Commit Graph

3 Commits

Author SHA1 Message Date
Frédéric Péters 3d9df1e526 trivial: apply black (#49820) 2021-02-20 16:28:47 +01:00
Nicolas Roche b6d7b10da0 tests: use postgres instead of sqlite (#42500) 2020-05-25 10:52:18 +02:00
Benjamin Dauvergne 5dbf5387b8 New organization of settings
Only one setting is now available from the environment:
DJANGO_CONFIG_FILE, it gives a path to a Python that will be executed at
the end of the settings module.

For simpler usage this environment is set by passerelle_manage.py by
passing it a new mandatory option '--config=/path/to/config'.

Tenant settings are now activated by passing the '--multitenant' flag to
passerelle_manage.py.

All OS platform specific paths have been removed, it's expected that
packaging will add them. Debian for example would provide a
debian_config.py file to adapt to its own paths.
2014-10-02 09:54:39 +02:00