mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 23:58:24 +02:00
Comment code, fix minor issues
This commit is contained in:
@ -181,3 +181,6 @@ if os.getenv("TFJM_STAGE", "dev") == "prod":
|
||||
from .settings_prod import *
|
||||
else:
|
||||
from .settings_dev import *
|
||||
INSTALLED_APPS += [
|
||||
"django_extensions"
|
||||
]
|
||||
|
Reference in New Issue
Block a user