2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-16 17:56:30 +00:00

Remove 'simple-history'

- Might re-add it later on
This commit is contained in:
Oliver Walters
2019-04-18 21:28:09 +10:00
parent 88a7fa9656
commit 5d887f3785
5 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,6 @@ INSTALLED_APPS = [
# Third part add-ons
'django_filters',
'rest_framework',
'simple_history',
'crispy_forms',
'import_export',
'django_cleanup',
@@ -72,7 +71,6 @@ MIDDLEWARE = [
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'simple_history.middleware.HistoryRequestMiddleware',
'InvenTree.middleware.AuthRequiredMiddleware'
]