2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

Add django-mptt as a requirement

(cherry picked from commit 8c33a9fca11ad9af9c9f1c6ddf2a9dab8d71e2e4)
This commit is contained in:
Oliver Walters
2019-09-08 11:29:00 +10:00
parent ce706aab9e
commit b3a5dbb5db
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ INSTALLED_APPS = [
'import_export', # Import / export tables to file
'django_cleanup', # Automatically delete orphaned MEDIA files
'qr_code', # Generate QR codes
'mptt', # Modified Preorder Tree Traversal
]
LOGGING = {