Add base app, remove explicit template loading

This commit is contained in:
Basraah 2017-09-20 07:42:47 +10:00 committed by GitHub
parent 5f4e873f4a
commit 76ab835347

View File

@ -27,15 +27,17 @@ INSTALLED_APPS = [
'django.contrib.humanize', 'django.contrib.humanize',
'django_celery_beat', 'django_celery_beat',
'bootstrapform', 'bootstrapform',
'allianceauth.thirdparty.navhelper',
'bootstrap_pagination', 'bootstrap_pagination',
'sortedm2m', 'sortedm2m',
'esi',
'allianceauth',
'allianceauth.authentication', 'allianceauth.authentication',
'allianceauth.services', 'allianceauth.services',
'allianceauth.eveonline', 'allianceauth.eveonline',
'allianceauth.groupmanagement', 'allianceauth.groupmanagement',
'allianceauth.notifications', 'allianceauth.notifications',
'esi', 'allianceauth.thirdparty.navhelper',
# Optional apps - remove if not desired # Optional apps - remove if not desired
'allianceauth.corputils', 'allianceauth.corputils',
@ -121,9 +123,7 @@ LANGUAGES = (
TEMPLATES = [ TEMPLATES = [
{ {
'BACKEND': 'django.template.backends.django.DjangoTemplates', 'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [ 'DIRS': [],
os.path.join(BASE_DIR, 'allianceauth/templates'),
],
'APP_DIRS': True, 'APP_DIRS': True,
'OPTIONS': { 'OPTIONS': {
'context_processors': [ 'context_processors': [