A Django web application is made up of a project and its constituent apps. In this lesson, you’ll unravel the mystery of apps in a Django project!
When you start a Django project, you’ll have a folder for your project. That folder will contain a manage.py
file as well as a folder with the same name as your project. This is the management app. There can also be other folders for other apps in your project.