Q&A
Ask and answer questions to make information more available to wider audiences.
Jamison Blackman @blackmanjamison   04, May 2023 12:00 AM
settings.py file
What's the significance of the settings.py file?
answers 1
 
Answer 1
Gunnar Bloxham @bloxhamgunnar   05, May 2023 07:43 PM
This file, as the name implies, stores our Django project's configurations or settings, such as database configuration, backend engines, middlewares, installed applications, main URL configurations, static file addresses, templating engines, security keys, allowed hosts etc.