mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-24 09:08:50 +02:00
Allow to use a local settings file
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -284,3 +284,8 @@ if TFJM_STAGE == "prod": # pragma: no cover
|
||||
from .settings_prod import * # noqa: F401,F403
|
||||
else:
|
||||
from .settings_dev import * # noqa: F401,F403
|
||||
|
||||
try:
|
||||
from .settings_local import *
|
||||
except ImportError:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user