Q. Which command is used to run the Django test server?
β
Correct Answer: (C)
python manage.py runserver
Explanation: The correct command is python manage.py runserver.