πŸ“Š Django
Q. How do you run a Django project on the development server?
  • (A) python run.py
  • (B) django start
  • (C) python manage.py runserver
  • (D) django manage.py dev
πŸ’¬ Discuss
βœ… Correct Answer: (C) python manage.py runserver

Explanation: The runserver command starts the Django development server.

Explanation by: Mr. Dubey
The runserver command starts the Django development server.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
60
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate