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.cms",
|
||||
"gestioncof.cms",
|
||||
"bds",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ DEBUG = True
|
|||
if TESTING:
|
||||
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
|
||||
|
||||
# Only in development mode as long as the events app is not
|
||||
# ready for production
|
||||
INSTALLED_APPS += ["events"]
|
||||
# As long as these apps are not ready for production, they are only available
|
||||
# in development mode
|
||||
INSTALLED_APPS += ["events", "bds"]
|
||||
|
||||
|
||||
# ---
|
||||
|
|
Loading…
Reference in a new issue