ptree wrote:
> Great work.
>
> There are some absolute filepaths used in views can be replaced with
> settings.SITE_IMAGES_DIR_PATH
>
> im.save("home/../../bg2.jpg',"JPEG")
>
> im.save(settings.SITE_IMAGES_DIR_PATH+'/bg2.jpg',"JPEG")
Ups, forgot, that :) will be fixed in few minuts :)

> It would be better if prepare some initial  data for  test,it puzzles
> me some while when i can't add a new page since there no "categories"
> to choose
there are extra SQL files with initial data but they currently seem to
work only on MySQL. I'll make them DB specific or I'll try to add them
via the diango ORM :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to