Q. Which command is used to check for coding issues in a Django project?

  • (A) python manage.py test
  • (B) python manage.py lint
  • (C) python manage.py check
  • (D) python manage.py debug
πŸ’¬ Discuss
βœ… Correct Answer: (C) python manage.py check
Explanation: `check` command checks for common problems in Django project settings and structure.
Explanation by: Mr. Dubey
`check` command checks for common problems in Django project settings and structure.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
66
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate