mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 18:45:40 +00:00
Added django_filter app
This commit is contained in:
@ -32,6 +32,7 @@ ALLOWED_HOSTS = []
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'django_filters',
|
||||
'rest_framework',
|
||||
|
||||
# Core django modules
|
||||
|
Reference in New Issue
Block a user