0Pricing
Django Academy · Lesson

manage.py: Your Command Center

The everyday commands you run through manage.py.

Your Project's Remote Control

The manage.py file is the command center for your project. You run almost every Django task by calling it from the terminal. 🎮

It Knows Your Settings

Unlike the bare django-admin tool, manage.py already points at your settings.py. That is why commands just work inside your project.

All lessons in this course

  1. startapp and the App Folder Layout
  2. Register Apps in INSTALLED_APPS
  3. Touring settings.py
  4. manage.py: Your Command Center
← Back to Django Academy