Ticket #3319: 3319.diff

File 3319.diff, 853 bytes (added by James Bennett, 17 years ago)

Updated patch

  • docs/django-admin.txt

     
    143143
    144144Executes the equivalent of ``sqlall`` for the given appnames.
    145145
     146reset [appname appname ...]
     147---------------------------
     148Executes the equivalent of ``sqlreset`` for the given appnames.
     149
     150runfcgi [options]
     151-----------------
     152Starts a set of FastCGI processes suitable for use with any web server
     153which supports the FastCGI protocol. See the `FastCGI deployment
     154documentation`- for details. Requires the Python FastCGI module from
     155`flup`_.
     156
     157.. _FastCGI deployment documentation: ../fastcgi/
     158.. _flup: http://www.saddi.com/software/flup/
     159
    146160runserver [optional port number, or ipaddr:port]
    147161------------------------------------------------
    148162
Back to Top