mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
(cherry picked from commit 9182f62bc48c2831230f3f9d48bf54e9730cbe97)
This commit is contained in:
parent
276ad572c5
commit
fb97385b23
@ -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…
x
Reference in New Issue
Block a user