Q. Which Django file is executed to start the development server?
β
Correct Answer: (C)
manage.py
Explanation: manage.py is the command-line utility used to interact with a Django project.