On Thu, Feb 12, 2009 at 4:39 PM, Chris Haynes <chay...@indiana.edu> 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 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