mjlissner
unread,Apr 3, 2009, 2:46:17 AM4/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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 am working on setting up my first django site, and I had the
documentation module working, but then today I tried to use it, and I
got this error:
Page not found
The requested admin page does not exist.
I searched around, and found one message that said I needed to check
my urls.py file to ensure that admin was above admin/docs, which it
is.
Any ideas on why this would happen? I am pretty confused what I might
have done to break the documentation.