mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Added django_filter app
This commit is contained in:
@ -32,6 +32,7 @@ ALLOWED_HOSTS = []
|
|||||||
# Application definition
|
# Application definition
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
|
'django_filters',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
|
|
||||||
# Core django modules
|
# Core django modules
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
Django==1.11
|
Django==1.11
|
||||||
djangorestframework==3.6.2
|
djangorestframework==3.6.2
|
||||||
|
django_filter==1.0.2
|
||||||
|
Reference in New Issue
Block a user