forked from DGNum/gestioCOF
Merge branch 'kerl/clubs' into 'master'
Nouvelle app: clubs See merge request klub-dev-ens/gestioCOF!372
This commit is contained in:
commit
4a4dae9951
12 changed files with 79 additions and 5 deletions
|
@ -17,7 +17,7 @@ if TESTING:
|
|||
|
||||
# As long as these apps are not ready for production, they are only available
|
||||
# in development mode
|
||||
INSTALLED_APPS += ["events", "bds"]
|
||||
INSTALLED_APPS += ["events", "bds", "clubs"]
|
||||
|
||||
|
||||
# ---
|
||||
|
|
|
@ -13,7 +13,7 @@ DEBUG = False
|
|||
ALLOWED_HOSTS = ["cof.ens.fr", "www.cof.ens.fr", "dev.cof.ens.fr"]
|
||||
|
||||
if TESTING:
|
||||
INSTALLED_APPS.append("events")
|
||||
INSTALLED_APPS += ["events", "clubs"]
|
||||
|
||||
STATIC_ROOT = os.path.join(
|
||||
os.path.dirname(os.path.dirname(BASE_DIR)), "public", "gestion", "static"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue