From 76ab83534772d1926dd5dfaeaf1cad8782db9929 Mon Sep 17 00:00:00 2001 From: Basraah Date: Wed, 20 Sep 2017 07:42:47 +1000 Subject: [PATCH] Add base app, remove explicit template loading --- alliance_auth/settings.py.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index 18baa231..df9e09d4 100644 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -27,15 +27,17 @@ INSTALLED_APPS = [ 'django.contrib.humanize', 'django_celery_beat', 'bootstrapform', - 'allianceauth.thirdparty.navhelper', 'bootstrap_pagination', 'sortedm2m', + 'esi', + 'allianceauth', 'allianceauth.authentication', 'allianceauth.services', 'allianceauth.eveonline', 'allianceauth.groupmanagement', 'allianceauth.notifications', - 'esi', + 'allianceauth.thirdparty.navhelper', + # Optional apps - remove if not desired 'allianceauth.corputils', @@ -121,9 +123,7 @@ LANGUAGES = ( TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [ - os.path.join(BASE_DIR, 'allianceauth/templates'), - ], + 'DIRS': [], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [