diff --git a/src_files/settings_local.py b/src_files/settings_local.py index 23d5772..250747c 100644 --- a/src_files/settings_local.py +++ b/src_files/settings_local.py @@ -5,12 +5,14 @@ TIME_ZONE = '${TZ}' -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ${ALLOWED_HOSTS} BASE_DIR = '/home/radio/trunk-player' +ALLOW_GOOGLE_SIGNIN = False + # Make this unique, and don't share it with anybody. # You can use http://www.miniwebtool.com/django-secret-key-generator/ # to create one.