mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-02-18 03:11:52 +01:00
reset variable
This commit is contained in:
parent
17eae8eefb
commit
9d1a22e4a9
@ -23,7 +23,7 @@ DEFAULT_THEME = "black" # this is not taken under consideration currently
|
|||||||
# if set to False will not fetch external content
|
# if set to False will not fetch external content
|
||||||
# this is only for the static files, as fonts/css/js files loaded from CDNs
|
# this is only for the static files, as fonts/css/js files loaded from CDNs
|
||||||
# not for user uploaded media!
|
# not for user uploaded media!
|
||||||
LOAD_FROM_CDN = False
|
LOAD_FROM_CDN = True
|
||||||
LOGIN_ALLOWED = True # whether the login button appears
|
LOGIN_ALLOWED = True # whether the login button appears
|
||||||
REGISTER_ALLOWED = True # whether the register button appears
|
REGISTER_ALLOWED = True # whether the register button appears
|
||||||
UPLOAD_MEDIA_ALLOWED = True # whether the upload media button appears
|
UPLOAD_MEDIA_ALLOWED = True # whether the upload media button appears
|
||||||
|
Loading…
Reference in New Issue
Block a user