From d1cd72c5f88c581b8e446f3c92c0eb093500c60e Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 6 Apr 2021 00:49:09 +0100 Subject: New user login/logoff system using standard Dj --- settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'settings.py') 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', ) -- cgit v1.2.3