forked from 00dani/lemoncurry
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
|
# Application definition
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
|
'lemoncurry',
|
||||||
|
|
||||||
'django.contrib.admin',
|
'django.contrib.admin',
|
||||||
'django.contrib.admindocs',
|
'django.contrib.admindocs',
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
|
@ -86,7 +88,6 @@ INSTALLED_APPS = [
|
||||||
'favicon',
|
'favicon',
|
||||||
'meta',
|
'meta',
|
||||||
|
|
||||||
'lemoncurry',
|
|
||||||
'entries',
|
'entries',
|
||||||
'home',
|
'home',
|
||||||
'lemonauth',
|
'lemonauth',
|
||||||
|
|
Loading…
Reference in a new issue