πŸ“Š Django
Q. What is the purpose of Django’s `manage.py` file?
  • (A) Handles HTTP requests
  • (B) Configuration of settings
  • (C) Provides a command-line interface for administrative tasks
  • (D) Defines the URL patterns
πŸ’¬ Discuss
βœ… Correct Answer: (C) Provides a command-line interface for administrative tasks

Explanation: `manage.py` is used to execute Django-specific commands from the command line.

Explanation by: Mr. Dubey
`manage.py` is used to execute Django-specific commands from the command line.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
67
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate