Load the lemoncurry app FIRST so it can override templates and stuff from third-party apps

This commit is contained in:
Danielle McLean 2018-04-26 10:40:11 +10:00
parent 8dd5fc0f50
commit b649a79afc
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,8 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
# Application definition
INSTALLED_APPS = [
'lemoncurry',
'django.contrib.admin',
'django.contrib.admindocs',
'django.contrib.auth',
@ -86,7 +88,6 @@ INSTALLED_APPS = [
'favicon',
'meta',
'lemoncurry',
'entries',
'home',
'lemonauth',