Fixed #3319: Added docs to django-admin.txt about reset and runfcgi. Thanks, Ubernostrum.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2007-02-26 21:36:14 +00:00
parent 7b2c6984cd
commit 3e9c41d03b
1 changed files with 14 additions and 0 deletions

View File

@ -143,6 +143,20 @@ install [appname appname ...]
Executes the equivalent of ``sqlall`` for the given appnames.
reset [appname appname ...]
---------------------------
Executes the equivalent of ``sqlreset`` for the given appnames.
runfcgi [options]
-----------------
Starts a set of FastCGI processes suitable for use with any web server
which supports the FastCGI protocol. See the `FastCGI deployment
documentation`- for details. Requires the Python FastCGI module from
`flup`_.
.. _FastCGI deployment documentation: ../fastcgi/
.. _flup: http://www.saddi.com/software/flup/
runserver [optional port number, or ipaddr:port]
------------------------------------------------