add demo link, set False to variable (#52)

pull/54/head v1.1.1
Markos Gogoulos 2021-02-10 18:38:40 +02:00 zatwierdzone przez GitHub
rodzic 86d819d1f6
commit 17eae8eefb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -23,7 +23,7 @@ DEFAULT_THEME = "black" # this is not taken under consideration currently
# 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