Opened 17 years ago

Closed 17 years ago

#3319 closed (fixed)

[patch] django-admin.py/manage.py documentation missing a couple options

Reported by: James Bennett Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The official documentation for django-admin.py and manage.py are missing documentation for two options: reset and runfcgi. The reset docs should be fairly simple to add, and I can work up a patch easily enough. I'm not sure about the best way to handle runfcgi, though; perhaps it should give a short summary (e.g., "launches the project as a FastCGI application") and link to the FastCGI deployment docs for further information?

Attachments (2)

django-admin.diff (845 bytes ) - added by James Bennett 17 years ago.
Patch which adds documentation for the missing options
3319.diff (853 bytes ) - added by James Bennett 17 years ago.
Updated patch

Download all attachments as: .zip

Change History (6)

by James Bennett, 17 years ago

Attachment: django-admin.diff added

Patch which adds documentation for the missing options

comment:1 by James Bennett, 17 years ago

Has patch: set
Summary: django-admin.py/manage.py documentation missing a couple options[patch] django-admin.py/manage.py documentation missing a couple options

comment:2 by James Bennett, 17 years ago

Triage Stage: Design decision neededAccepted

by James Bennett, 17 years ago

Attachment: 3319.diff added

Updated patch

comment:3 by James Bennett, 17 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Jacob, 17 years ago

Resolution: fixed
Status: newclosed

(In [4623]) Fixed #3319: Added docs to django-admin.txt about reset and runfcgi. Thanks, Ubernostrum.

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