πŸ“Š Django
Q. What is the default name of the configuration file that contains Django settings?
  • (A) config.py
  • (B) django.conf
  • (C) settings.py
  • (D) project.cfg
πŸ’¬ Discuss
βœ… Correct Answer: (C) settings.py

Explanation: settings.py contains all the configuration for a Django project by default.

Explanation by: Rakesh Yadav
settings.py contains all the configuration for a Django project by default.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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