Allow loading settings from outside of the postgresqleu module
authorMarkus Wanner <markus@bluegap.ch>
Sun, 24 Nov 2024 17:40:58 +0000 (18:40 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 7 Oct 2025 19:45:44 +0000 (21:45 +0200)
commit5232fad84ceafcd7dc16247e096c7f4815527c6e
treea49dece33283805350cb6e5669917029e945ac49
parenta8b8612324a5ed2e81e1c68ce4c536d3a25300e4
Allow loading settings from outside of the postgresqleu module

To ease building docker images and prevent having to maintain an
in-tree file for local settings, allow a pgeu_system_global_settings
module anywhere in the PYTHONPATH for configuration.

In addition, also allow overrides to be applied after loading the
skin through a pgeu_system_override_settings module in PYTHONPATH.
postgresqleu/settings.py
tools/devsetup/README.txt
tools/devsetup/dev_setup.sh