whenever give django-admin.py startproject
i notepad of django-admin. means type in website inside ?
i have executed django-admin.py , django-admin.pyc in cmd also. still shows. should ?
you have - reason - created virtual environment inside actual python source directory on windows.
there nothing wrong this, except may face issues when uninstall or upgrade python.
to fix immediate problem, need follow these steps:
- close command prompt windows.
- open new command prompt.
type following , hit enter activate virtual environment:
c:\python27\scripts\pymote_ven\scripts\activate.bat
now, type following start project:
python django-admin.py startproject nameofyourproject
you should read documentation because have confused directories involved.
Comments
Post a Comment