Opened 12 years ago
Closed 10 years ago
#18716 closed New feature (wontfix)
Add a new ``docs`` management command that loads up the docs in a webbrowser
Reported by: | Alex Gaynor | Owned by: | roguelynn |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | d1fffuz0r@…, timograham@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Idea from Zed Shaw: https://twitter.com/zedshaw/status/231893615155232768 a new django-admin.py docs
command that would open up the documentation for your version of django in the webbroswer.
Attachments (1)
Change History (6)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 12 years ago
Attachment: | ticket_18716.patch added |
---|
comment:2 by , 12 years ago
Cc: | added |
---|---|
Has patch: | set |
Version: | 1.4 → master |
comment:3 by , 11 years ago
Cc: | added |
---|---|
Needs tests: | set |
This needs a test, ideally by mocking webbrowser.open
.
comment:4 by , 10 years ago
Is this still wanted? This can be implemented as a custom management command in your project. I don't think it's worth adding it to Django Core.
comment:5 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
I don't think it's really needed.
Note:
See TracTickets
for help on using tickets.
added command and docs