Django Setup

Initialisation:

python manage.py migrate

start project server:

python manage.py runserver

after changes:

python manage.py makemigrations

to access admin interface:

python manage.py createsuperuser