Opened 13 years ago

Closed 13 years ago

#16801 closed New feature (needsinfo)

Django-Admin could improve with docutils missing failures

Reported by: patricklemiuex@… Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords: documentation admin
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Especially in the context of beginners, I definitely wanted to have admin docs installed for my first django site, however, I didn't realize that docutils was a prerequisite, so I got an error about admin docs. I think instead, there should be an option to the user that showwsthat admin docs requires docutils and how to install it, or even a simple example of that in settings as comment at least.

Change History (1)

comment:1 by anonymous, 13 years ago

Component: UncategorizedDocumentation
Keywords: documentation admin added
Resolution: needsinfo
Status: newclosed
Triage Stage: UnreviewedSomeday/Maybe
Type: UncategorizedNew feature

The documentation about this is here: https://docs.djangoproject.com/en/dev/ref/contrib/admin/admindocs/

Would you want a link to this documentation from the settings.py? There are other requirements for each thing you enable in django. I'm not sure that adding more comments in the settings.py is the right way to go.

Note: See TracTickets for help on using tickets.
Back to Top