Q. What command is used to check for problems in your Django project?

  • (A) python manage.py debug
  • (B) python manage.py test
  • (C) python manage.py check
  • (D) python manage.py validate
πŸ’¬ Discuss
βœ… Correct Answer: (C) python manage.py check
Explanation: The check command inspects the entire project for common issues.
Explanation by: Rakesh Yadav
The check command inspects the entire project for common issues.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
84
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
87%
Success Rate