django-admin startproject airline cd airline code . python manage.py startapp flights go into settings.py and add "flights" as an installed app edit urls.py and add "include" to the import