Back to Developer Roadmap

manage.py

src/data/roadmaps/django/content/[email protected]

4.0763 B
Original Source

manage.py

manage.py is a command-line utility that's automatically created when you start a new Django project. It acts as a central point for running administrative tasks related to your project, such as starting the development server, running tests, creating database migrations, and more. Think of it as a helper script that simplifies interacting with your Django project from the command line.

Visit the following resources to learn more: