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")

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


--~--~---------~--~----~------------~-------~--~----~
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