It is your tool for executing many Django-specific tasks such as
starting a new app within a project, running the development server,
running your tests etc.
Example: python manage.py runserver
python manage.py <command> runs a comamnd
Sample commands are:
runserver - starts the Django server
shell - starts a shell >>>
dbshell - starts a database shell #
It is your tool for executing many Django-specific tasks such as
starting a new app within a project, running the development server,
running your tests etc.