I am new to python and django i am creating first tutorial app.
I created app file using following command:
C:\Python27\Scripts\django-admin.py startproject mysite
After that successfully created a file in directory
But how to run python manage.py runserver i am getting error not recognized as an internal or extrnal command
C:\Python27\Scripts\django-admin.py startproject mysite
But how to run python manage.py runserver i am getting error not recognized as an internal or extrnal command