Static dans le home
This commit is contained in:
parent
f301affcfe
commit
6e0792c5f2
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ DBPASSWD = import_secret("DBPASSWD")
|
||||||
|
|
||||||
ALLOWED_HOSTS = ["vote.eleves.ens.fr"]
|
ALLOWED_HOSTS = ["vote.eleves.ens.fr"]
|
||||||
|
|
||||||
STATIC_ROOT = os.path.join(
|
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||||
os.path.dirname(os.path.dirname(BASE_DIR)), "public", "kadenios", "static"
|
|
||||||
)
|
|
||||||
|
|
||||||
# #############################################################################
|
# #############################################################################
|
||||||
# Paramètres du cache
|
# Paramètres du cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue