On 19-08-11 05:28, KC LEE wrote:
When I set DEBUG flag true, Django admin site works fine.

But when I change it to false, it throws me the page not found in
Django admin site (except main page of admin site, Groups page, and
Users page)

This sounds like your urls.py has an "if settings.DEBUG:" around where the admin site is mounted in your urls.


Reinout

--
Reinout van Rees                    http://reinout.vanrees.org/
rein...@vanrees.org             http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

--
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to