fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Changed installed apps order

This commit is contained in:
Felipe Martín 2014-11-08 12:55:05 +01:00
parent bc3c316152
commit 87febe3e40
1 changed files with 1 additions and 1 deletions

View File

@ -33,8 +33,8 @@ ALLOWED_HOSTS = []
INSTALLED_APPS = (
# Auth
'shelfzilla.apps.account',
'django.contrib.auth',
'shelfzilla.apps.account',
# Admin
'suit',