admin/doc/ The requested admin page does not exist.
241 views
Skip to first unread message
Chris Haynes
unread,
Feb 12, 2009, 4:39:09 PM2/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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.
Alex Gaynor
unread,
Feb 12, 2009, 4:40:11 PM2/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
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
mjlissner
unread,
Apr 3, 2009, 3:07:50 AM4/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message