...
Go into the project folder that was created when the repo was cloned.
Start the project:. Be sure to enter the
.
at the end of the command line in order to create the project in the current folder. Otherwise, django will create a subfolder with the project name and place it one level down.Code Block django-admin startproject <project name> .
Modify ALLOWED_HOSTS.