Q. What is the purpose of settings.py in a Django project?
β
Correct Answer: (C)
To configure project settings
Explanation: settings.py holds configuration for the entire Django project.