Use the Django admin console
Read moreHow does Django load apps?
At each stage, Django processes all applications in the order of INSTALLED_APPS .
Read moreHow Django app is structured?
Django makes use of a directory structure to arrange different parts of the web application. It creates a project and an app folder for this.
Read more