Q. What command is used to check for problems in your Django project?
β
Correct Answer: (C)
python manage.py check
Explanation: The check command inspects the entire project for common issues.