mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 02:47:24 +00:00
New user login/logoff system using standard Dj
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user