Q. What is the default name of the configuration file that contains Django settings?
β
Correct Answer: (C)
settings.py
Explanation: settings.py contains all the configuration for a Django project by default.