From 674cea629dbcbfd99c74261bba17d056fbabd8ac Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 22 Jun 2020 00:03:23 +0100 Subject: clean up import statements: more specific --- settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 2c843be..b4b9778 100644 --- a/settings.py +++ b/settings.py @@ -108,10 +108,10 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.messages', # 'django.contrib.staticfiles', # apparently not working. Using workarounds with flatpages - 'registration', - 'troggle.profiles', + 'registration', # only for expo user. REPLACE with another non-admin, contrib.auth user ? + 'troggle.profiles', # Probably don't need this at all 'troggle.core', - 'troggle.flatpages', + 'troggle.flatpages', # NOT django.contrib.flatpages.models.FlatPage Merge in with troggle ? ) MIDDLEWARE_CLASSES = ( -- cgit v1.2.3