Answer the question
In order to leave comments, you need to log in
How to install Django 1.9 on Windows 10?
Guys please help with the installation! Can't install Django 1.9 on Windows 10. Nothing works! Please describe the installation process in more detail!
Answer the question
In order to leave comments, you need to log in
Perhaps you already have an older version? Try pip install -U django
If pip doesn't find it (and it often happens on Windows), then:
C:\Python34\scripts\pip install -U django
Or Python35, depending on what version you have.
What specifically doesn't work? Off read the documentation? https://docs.djangoproject.com/en/1.9/howto/windows/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question