FOSDEM / volunteers

Volunteers management system for the FOSDEM conference
GNU Affero General Public License v3.0
19 stars 24 forks source link

adjust local_settings usage #44

Open johanvdw opened 2 years ago

johanvdw commented 2 years ago

Rather than importing local_settings at the end of settings.py, I think we should use the environment variable DJANGO_SETTINGS_MODULE to set the local_settings file, and in that file import the normal settings and make any local changes.