workon test
I learnt pyhton programming and I am new to django. I installed django in my system using some command :
pip install virtualenvwrapper-win
mkvirtualenv test
workon test
pip install django
It shows me that I have installed django in my system but when I restart my system and wanted to start my django project it shows me django is not installed in my system. Its error message is:
django-admin --version
'django-admin' is not recognized as an internal or external command,
operable program or batch file.
Is there any problem in my system, an anyone help me out?