Just for clarity, admin/doc needs to be BEFORE admin. Otherwise, it doesn't work. I just had this problem, per my own thread here: http://groups.google.com/group/django-users/browse_thread/thread/629e8efca112388d
On Feb 12, 2:40 pm, Alex Gaynor <[email protected]> wrote: > On Thu, Feb 12, 2009 at 4:39 PM, Chris Haynes <[email protected]> wrote: > > > I add (r'^admin/doc/', include('django.contrib.admindocs.urls')) to > > urls.py and get the admin page Documentation link, but when I visit it > > I get a 404 error with the message "The requested admin page does not > > exist.". > > > When I visit a bogus URL the error page confirms taht ^admin/doc/ is > > in the URL patterns, and > > import django.contrib.admindocs.urls works, so the app is installed. > > Is admin/doc in your urlconf after the rest of the admin urls? > > Alex > > -- > "I disapprove of what you say, but I will defend to the death your right to > say it." --Voltaire > "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

