From 9d1a22e4a92f3b8dfce5793c8d32a24838c52df7 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Thu, 11 Feb 2021 17:38:09 +0200 Subject: [PATCH] reset variable --- cms/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/settings.py b/cms/settings.py index 82fd4f4b2..2c6c11518 100644 --- a/cms/settings.py +++ b/cms/settings.py @@ -23,7 +23,7 @@ # if set to False will not fetch external content # this is only for the static files, as fonts/css/js files loaded from CDNs # not for user uploaded media! -LOAD_FROM_CDN = False +LOAD_FROM_CDN = True LOGIN_ALLOWED = True # whether the login button appears REGISTER_ALLOWED = True # whether the register button appears UPLOAD_MEDIA_ALLOWED = True # whether the upload media button appears