I believe that this is actually incorrect and the the admin/docs line needs to be BEFORE the admin urls line.
On Feb 13, 8:40 am, 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 -~----------~----~----~----~------~----~------~--~---

