Create a new project
Jump to navigation
Jump to search
- First create a main dir django etc..
- cd into directory
django-admin startproject projectname
- this will create the projectname within the main directory
- cd into directory
python manage.py runserver
- To specify a different port
python manage.py runserver 8080