2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 08:37:14 +00:00

expopages now troggle/core/views_expo

This commit is contained in:
Philip Sargent
2021-03-30 21:48:36 +01:00
parent b75baffdcf
commit b3b2356a7e
12 changed files with 17 additions and 33 deletions

View File

@@ -123,7 +123,6 @@ INSTALLED_APPS = (
# 'django.contrib.staticfiles', # Using workarounds with expopages
'registration', # only for expo user. REPLACE using django.contrib.auth
'troggle.core',
'troggle.expopages', # Written by Martin Green 2011. This is NOT django.contrib.flatpages which stores HTML in the database
)
# See the recommended order of these in https://docs.djangoproject.com/en/2.2/ref/middleware/