Re: can't create django project using Windows command prompt!

2016-10-05 Thread Andreas Kuhne
Hi, First make sure that you have a valid virtual environment - it's the easiest way to run python code. When that is working, you can just write : "python django-admin.py startproject mySite" - your problem is that .py files have been associated with notepad ++, and therefore it opens the file t

can't create django project using Windows command prompt!

2016-10-05 Thread Garin morel
I would like to start web designing using django! but Whenever i type " django-admin.py startproject mySite" in cmd this code popup through notepad, Then what should I do? #!c:\users\crepin\envs\myproject\scripts\python.exe from django.core import management if __name__ == "__main__": manage