Closed ridoo closed 11 months ago
We better should rename settings.py to settings_override.py to make clear that this will not override the actual file geonode/settings.py but provides overridden settings in a file laying next to geonode/settings.py.
settings.py
settings_override.py
geonode/settings.py
@gannebamm I moved the settings.py to better align geonode structure. This should be more familiar to users knowing how geonode is structured.
We better should rename
settings.py
tosettings_override.py
to make clear that this will not override the actual filegeonode/settings.py
but provides overridden settings in a file laying next togeonode/settings.py
.