Opened 9 years ago

Last modified 8 years ago

#24931 closed Bug

404 error for "Views by namespace admin" at Admin Docs — at Version 1

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 (last modified by Girish)

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

  1. Views by empty namespace
  2. Views by namespace admin

the links to Views by empty namespace works fine but Views by namespace admin leads to
404 error.

https://dl.dropboxusercontent.com/u/53911954/djangobugs/er1.png

https://dl.dropboxusercontent.com/u/53911954/djangobugs/er2.png

Change History (1)

comment:1 by Girish, 9 years ago

Description: modified (diff)
Type: UncategorizedBug
Note: See TracTickets for help on using tickets.
Back to Top