I've been trying to add the django-admin.py
path to command line on Windows 7.
I have tried to do it this way:
C:>set django-admin.py = C:Python27Scriptsdjango-admin.py
But cmd
told me that:
'django-admin.py' is not recognized as an internal or external command.
So how can I add django-admin.py
path to command line on Windows 7?
I need it because later I'm doing this:
C:UsersMichaelDesktopmysite>django-admin.py startproject mysite
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…