mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
load admin first (#3484)
This commit is contained in:
parent
63d221854b
commit
9182f62bc4
@ -136,6 +136,8 @@ MEDIA_URL = '/media/'
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
# Admin site integration
|
||||
'django.contrib.admin',
|
||||
|
||||
# InvenTree apps
|
||||
'build.apps.BuildConfig',
|
||||
@ -151,7 +153,6 @@ INSTALLED_APPS = [
|
||||
'InvenTree.apps.InvenTreeConfig', # InvenTree app runs last
|
||||
|
||||
# Core django modules
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
'user_sessions', # db user sessions
|
||||
|
Loading…
Reference in New Issue
Block a user