Q. Which command is used to check for coding issues in a Django project?
β
Correct Answer: (C)
python manage.py check
Explanation: `check` command checks for common problems in Django project settings and structure.