mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Add django-mptt as a requirement
(cherry picked from commit 8c33a9fca11ad9af9c9f1c6ddf2a9dab8d71e2e4)
This commit is contained in:
parent
ce706aab9e
commit
b3a5dbb5db
@ -100,6 +100,7 @@ INSTALLED_APPS = [
|
|||||||
'import_export', # Import / export tables to file
|
'import_export', # Import / export tables to file
|
||||||
'django_cleanup', # Automatically delete orphaned MEDIA files
|
'django_cleanup', # Automatically delete orphaned MEDIA files
|
||||||
'qr_code', # Generate QR codes
|
'qr_code', # Generate QR codes
|
||||||
|
'mptt', # Modified Preorder Tree Traversal
|
||||||
]
|
]
|
||||||
|
|
||||||
LOGGING = {
|
LOGGING = {
|
||||||
|
@ -3,6 +3,7 @@ pillow>=5.0.0 # Image manipulation
|
|||||||
djangorestframework>=3.6.2 # DRF framework
|
djangorestframework>=3.6.2 # DRF framework
|
||||||
django-cors-headers>=2.5.3 # CORS headers extension for DRF
|
django-cors-headers>=2.5.3 # CORS headers extension for DRF
|
||||||
django_filter>=1.0.2 # Extended filtering options
|
django_filter>=1.0.2 # Extended filtering options
|
||||||
|
django-mptt>=0.10.0 # Modified Preorder Tree Traversal
|
||||||
django-dbbackup==3.2.0 # Database backup / restore functionality
|
django-dbbackup==3.2.0 # Database backup / restore functionality
|
||||||
coreapi>=2.3.0 # API documentation
|
coreapi>=2.3.0 # API documentation
|
||||||
pygments>=2.2.0 # Syntax highlighting
|
pygments>=2.2.0 # Syntax highlighting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user