summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-06 00:49:09 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-06 00:49:09 +0100
commitd1cd72c5f88c581b8e446f3c92c0eb093500c60e (patch)
tree0b40a627ee461f1d03ca4b1a94e0c09d67b55e32 /settings.py
parent6d6bec35f271b5ff072a884fbfc31f5b9cb36642 (diff)
downloadtroggle-d1cd72c5f88c581b8e446f3c92c0eb093500c60e.tar.gz
troggle-d1cd72c5f88c581b8e446f3c92c0eb093500c60e.tar.bz2
troggle-d1cd72c5f88c581b8e446f3c92c0eb093500c60e.zip
New user login/logoff system using standard Dj
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',
)