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-step.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://www.python.org/ftp/python/2.7.1/python-2.7.1.msi
http://www.djangoproject.com/download/1.2.5/tarball/
(you need a tool like 7Zip to unpack the tar archive, Windows can’t deal with it)
C:\download\Django-1.2.5> c:\Python27\python.exe setup.py installNote: You’ll find the django scripts in the site-packages folder in your Python installation folder:
C:\Python27\Lib\site-packages\django\bin