Django commands Install Django pip install django Create a new Django project django-admin startproject config . Run the Django server python manage.py runserver Save changes to the Database python manage.py migrate Create superuser python manage.py createsuperuser