core: remove external resources once for all

This commit is contained in:
2019-05-18 03:00:19 +02:00
parent a4ed535b34
commit e8f742b9f9
4 changed files with 3 additions and 11 deletions

View File

@ -227,9 +227,6 @@ LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),)
PHONENUMBER_DEFAULT_REGION = "FR"
# Whether to use CDNs (True) or local ressources (False) for JS and CSS
EXTERNAL_RES = True
# Medias
MEDIA_ROOT = "./data/"
MEDIA_URL = "/data/"