In case anybody else cares, there seems to be a mismatch between the template and the urls for the admindocs module. I solved this problem by editing the file django/contrib/admindocs/templates/admin_doc/ index.html and changing each of the links. Models should go to docmodels, Views to docviews, etc.
Hope this helps somebody else. On Nov 4, 3:45 pm, lorin <lo...@ecotrust.ca> wrote: > I followed the instructions to activate the admindocs (https:// > docs.djangoproject.com/en/dev/ref/contrib/admin/admindocs/#overview) > and now I see a link Documentation, next to Welcome, myname in the > admin, and that goes to a nice page at admin/doc. But none of the > hyperlinks go to working pages (Tags, Filters, Models, Views, > Bookmarklets). E.g. Models goes to admin/models/ and results in a Page > not found (404) with a very short message "The requested admin page > does not exist." > > Using the development server. > > Any ideas? -- 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.