Opened 12 years ago

Closed 9 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)

ticket_18716.patch (2.3 KB ) - added by Roman Gladkov 11 years ago.
added command and docs

Download all attachments as: .zip

Change History (6)

comment:1 by roguelynn, 12 years ago

Owner: changed from nobody to roguelynn
Status: newassigned

by Roman Gladkov, 11 years ago

Attachment: ticket_18716.patch added

added command and docs

comment:2 by Roman Gladkov, 11 years ago

Cc: d1fffuz0r@… added
Has patch: set
Version: 1.4master

comment:3 by Tim Graham, 11 years ago

Cc: timograham@… added
Needs tests: set

This needs a test, ideally by mocking webbrowser.open.

comment:4 by Berker Peksag, 9 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 Tim Graham, 9 years ago

Resolution: wontfix
Status: assignedclosed

I don't think it's really needed.

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