2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 02:47:24 +00:00

clean up import statements: more specific

This commit is contained in:
Philip Sargent
2020-06-22 00:03:23 +01:00
parent 8199e67b79
commit 674cea629d
9 changed files with 51 additions and 144 deletions

View File

@@ -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 = (