mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Integrate external_res variable
This commit is contained in:
@ -227,6 +227,9 @@ LOCALE_PATHS = (
|
||||
|
||||
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/'
|
||||
|
Reference in New Issue
Block a user