Local#
This module contains the functions that are used to manage local settings.
- get_local_settings(filename='local_settings.py', debug=False)#
Locate and get the local settings from the local_settings.py file.
the local_settings.py is supposed to be in one of the upper directories relative to this code file. The function will search for the file in the directories above this code file and will return the settings as a dictionary.