welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
First name of the author of the GNU Manifesto

Revision 3 as of 2010-02-13 13:04:57

Edit

MemberManual / WebApplications / Django

1. Apache

1.1. Introduction

Follow the instructions on RunningYourOwnApache.

1.2. MOD_WSGI

Download the latest version from http://apache.org

1.3. HTTPD.conf

2. Django

2.1. WSGI

2.2. Settings.py

2.3. More information

3. Alternatives

3.1. Django_cpserver

The application CherryPy is also very good in serving Python applications. CherryPy is also a Web Framework, but you can use it for serving only.