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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---