Load the lemoncurry app FIRST so it can override templates and stuff from third-party apps
This commit is contained in:
parent
8dd5fc0f50
commit
b649a79afc
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue