pip install django
cd proj prev/
python manage.py runserver 8080
# your server is up on port 8080
Try opening http://localhost:8080 in the browser. Now you are good to go.
pip install django
cd proj prev/
python manage.py runserver 8080
# your server is up on port 8080
Try opening http://localhost:8080 in the browser. Now you are good to go.