Django At The End Of Settings Py

[Solved] Django At The End Of Settings Py | Shell - Code Explorer | yomemimo.com
Question : Django, At the end of settings.py

Answered by : elijah-gathanga

try: from local_settings import *
except ImportError: raise Exception("A local_settings.py file is required to run this project")

Source : https://agileleaf.com/blog/a-better-way-to-manage-settings-py-in-your-django-projects/ | Last Update : Tue, 06 Sep 22

Answers related to django at the end of settings py

Code Explorer Popular Question For Shell