summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 8c27be8..15f139f 100644
--- a/settings.py
+++ b/settings.py
@@ -23,7 +23,6 @@ print("* importing troggle/settings.py")
# default value, then gets overwritten by real secrets
SECRET_KEY = "not-the-real-secret-key-a#vaeozn0---^fj!355qki*vj2"
-from credentials import SECRET_KEY
# Note that this builds upon the django system installed
# global settings in
@@ -123,7 +122,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.admindocs',
# 'django.contrib.staticfiles', # Using workarounds with expopages
- 'registration', # only for expo user. REPLACE using django.contrib.auth
+ #'registration', # only for expo user. REPLACE using django.contrib.auth
'troggle.core',
)