Skip to content

Commit

Permalink
add demo link, set False to variable (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgogoulos authored Feb 10, 2021
1 parent 86d819d commit 17eae8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ MediaCMS is a modern, fully featured open source video and media CMS. It is deve

It is built mostly using the modern stack Django + React and includes a REST API.

A demo is available at https://demo.mediacms.io


## Screenshots

![MediaCMS](docs/images/index.jpg)
Expand Down
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 = True
LOAD_FROM_CDN = False
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 17eae8e

Please sign in to comment.