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:
parent
7b2c6984cd
commit
3e9c41d03b
|
@ -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]
|
||||
------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue