Changeset 1832
- Timestamp:
- 01/06/06 11:03:12 (3 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r1318 r1832 214 214 215 215 However, if you don't want to use mod_python, you can use a different server, 216 as long as that server has WSGI_ hooks. More information on alternate server 217 arrangements is forthcoming. 216 as long as that server has WSGI_ hooks. See the `server arrangements wiki page`_. 218 217 219 218 .. _WSGI: http://www.python.org/peps/pep-0333.html 219 .. _server arrangements wiki page: http://code.djangoproject.com/wiki/ServerArrangements 220 220 221 221 How do I install mod_python on Windows? … … 231 231 .. _`Running mod_python on Apache on Windows2000`: http://groups-beta.google.com/group/comp.lang.python/msg/139af8c83a5a9d4f 232 232 .. _`guide to getting mod_python working`: http://www.dscpl.com.au/articles/modpython-001.html 233 234 (Thanks to deelan for this info.)235 233 236 234 Will Django run under shared hosting (like TextDrive or Dreamhost)? … … 307 305 ----------------------------------------------------------- 308 306 309 If you don't care about clearing data, just do this:: 307 If you don't care about clearing data, just pipe the output of the 308 appropriate ``django-admin.py sqlreset`` command into your database's 309 command-line utility. For example:: 310 310 311 311 django-admin.py sqlreset appname | psql dbname
