Django

Code

Changeset 1832

Show
Ignore:
Timestamp:
01/06/06 11:03:12 (3 years ago)
Author:
adrian
Message:

Made some small changes to the Django FAQ

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r1318 r1832  
    214214 
    215215However, 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. 
     216as long as that server has WSGI_ hooks. See the `server arrangements wiki page`_. 
    218217 
    219218.. _WSGI: http://www.python.org/peps/pep-0333.html 
     219.. _server arrangements wiki page: http://code.djangoproject.com/wiki/ServerArrangements 
    220220 
    221221How do I install mod_python on Windows? 
     
    231231.. _`Running mod_python on Apache on Windows2000`: http://groups-beta.google.com/group/comp.lang.python/msg/139af8c83a5a9d4f 
    232232.. _`guide to getting mod_python working`: http://www.dscpl.com.au/articles/modpython-001.html 
    233  
    234 (Thanks to deelan for this info.) 
    235233 
    236234Will Django run under shared hosting (like TextDrive or Dreamhost)? 
     
    307305----------------------------------------------------------- 
    308306 
    309 If you don't care about clearing data, just do this:: 
     307If you don't care about clearing data, just pipe the output of the 
     308appropriate ``django-admin.py sqlreset`` command into your database's 
     309command-line utility. For example:: 
    310310 
    311311    django-admin.py sqlreset appname | psql dbname