Version 1 (modified by Adrian Holovaty, 19 years ago) ( diff )

--

Server arrangements

Because Django uses WSGI, it can run on any WSGI-compatible Web server. Here's how to run Django on various server arrangements.

mod_python

See the official documentation.

Twisted

See ticket #172.

lighttpd (via FCGI)

See Hugo's excellent tutorials:

Also see ticket #152.

Note: See TracWiki for help on using the wiki.
Back to Top