Merge branch 'kerl/clubs' into 'master'

Nouvelle app: clubs

See merge request klub-dev-ens/gestioCOF!372
This commit is contained in:
Ludovic Stephan 2019-11-06 19:22:58 +01:00
commit 4a4dae9951
12 changed files with 79 additions and 5 deletions

View file

@ -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"]
# ---

View file

@ -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"