how to initialize virtual env in django python3 windows manage.py startapp store code example
Example: starting server in django
# to start a django server cd to dir with manage.py file and type following
python manage.py runserver
# to start a django server cd to dir with manage.py file and type following
python manage.py runserver