I would like to learn Django on Windows. Is this possible? I\'ve Googled and can\'t seem to find a page that even explains this is possible, let alone an install or step-by-st
Alternatively you could use the BitNami DjangoStack (disclaimer: I'm a BitNami developer). The stack already includes Python, Django and you can also select to install MySQL and/or PostgreSQL. It is a free installer that in a few click allows you to have your environment for developing Django applications ready. It is self-contained and install all the dependencies you need and the more common python modules. Also it will not interfere with your current environment.
C:\download\Django-1.2.5> c:\Python27\python.exe setup.py install
Note: You'll find the django scripts in the site-packages folder in your Python installation folder: C:\Python27\Lib\site-packages\django\bin