forked from DGNum/gestioCOF
Only enable the bds app in development
This commit is contained in:
parent
e2a7e1f6de
commit
f9aee86a1c
2 changed files with 3 additions and 4 deletions
|
@ -103,7 +103,6 @@ INSTALLED_APPS = [
|
||||||
"kfet.auth",
|
"kfet.auth",
|
||||||
"kfet.cms",
|
"kfet.cms",
|
||||||
"gestioncof.cms",
|
"gestioncof.cms",
|
||||||
"bds",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,9 @@ DEBUG = True
|
||||||
if TESTING:
|
if TESTING:
|
||||||
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
|
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
|
||||||
|
|
||||||
# Only in development mode as long as the events app is not
|
# As long as these apps are not ready for production, they are only available
|
||||||
# ready for production
|
# in development mode
|
||||||
INSTALLED_APPS += ["events"]
|
INSTALLED_APPS += ["events", "bds"]
|
||||||
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
Loading…
Reference in a new issue