To get started you need to create a fresh django application using the command below
django-admin startproject project
Navigate to your project directory in the command line make migrations and make migrations
python manage.py makemigrations
pyhthon manage.py migrate