| 141 | reset [appname appname ...] |
| 142 | --------------------------- |
| 143 | |
| 144 | Executes the equivalent of ``sqlreset`` for the given appnames. |
| 145 | |
| 146 | runfcgi [options] |
| 147 | ----------------- |
| 148 | |
| 149 | Runs the project as a FastCGI application. See the `FastCGI deployment documentation`_ |
| 150 | for a list of the available options. Requires the FastCGI module from `flup`_. |
| 151 | |
| 152 | .. _FastCGI deployment documentation http://www.djangoproject.com/documentation/fastcgi/ |
| 153 | .. _flup http://www.saddi.com/software/flup/ |
| 154 | |