πŸ“Š Django
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

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
84%
Success Rate