Google News
logo
Django - Interview Questions
What's the significance of the settings.py file?
As the name suggests this file stores the configurations or settings of our Django project, like database configuration, backend engines, middlewares, installed applications, main URL configurations, static file addresses, templating engines, main URL configurations, security keys, allowed hosts, and much more.
Advertisement