[patch] django-admin.py/manage.py documentation missing a couple options
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?
Change History
(6)
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
|
Triage Stage: |
Design decision needed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Patch which adds documentation for the missing options