Django

Code

Installing on Windows

Here are some resources to help you get Django installed and running on Windows.

* Django on Windows HOWTO - A more thorough installation of Django on Windows including Python 2.5, Apache (with mod_python), and PostgreSQL

* Installing Django on Windows in less than 5 minutes - Using a pre-packaged version of Django, an installation can be completed in as little as five minutes

* Installing minimal Django on Win32 environemnt - Same as above, providing bdist_wininst package makes that less than 30sec.

* DjangoOnWindowsWithIISAndSQLServer - Not satisfied with running "on Windows" using Apache and Postgresql, let's try for the full Microsoft experience.