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
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
2 matches
Mail list logo