Skip to content

Commit

Permalink
reset variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Markos Gogoulos committed Feb 11, 2021
1 parent 17eae8e commit 9d1a22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d1a22e

Please sign in to comment.