Opened 9 years ago
Last modified 8 years ago
#24931 closed Bug
404 error for "Views by namespace admin" at Admin Docs — at Initial Version
Reported by: | Girish | Owned by: | nobody |
---|---|---|---|
Component: | Core (URLs) | Version: | dev |
Severity: | Normal | Keywords: | Admin, AdminDocs, urlresolver |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I am currently running the master version of the django github project (on 5th Jun 2015 10:46 am).
I followed the instructions (https://docs.djangoproject.com/en/1.8/ref/contrib/admin/admindocs/)
to install the admin docs to my django application. Don't forget to install docutils using pip.
If you go the following url (Admin doc):
http://127.0.0.1:8000/admin/doc/
and choose Views and you should get to http://127.0.0.1:8000/admin/doc/views/
there you should find two section
- Views by empty namespace
- Views by namespace admin
the links to Views by empty namespace works fine but Views by namespace admin leads to
404 error.