1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-07 16:28:33 +02:00

Fix static files

This commit is contained in:
Yohann D'ANELLO
2020-05-05 07:34:41 +02:00
parent 42c75015f9
commit 6d2612a5ec
3 changed files with 4 additions and 6 deletions

View File

@ -14,8 +14,6 @@ DATABASES = {
# Break it, fix it!
DEBUG = False
STATIC_ROOT = "/code/static"
# Mandatory !
ALLOWED_HOSTS = ['inscription.tfjm.org']