mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Added django_filter app
This commit is contained in:
parent
39a6bcdf3e
commit
6f9bf45e22
@ -32,6 +32,7 @@ ALLOWED_HOSTS = []
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'django_filters',
|
||||
'rest_framework',
|
||||
|
||||
# Core django modules
|
||||
|
@ -1,2 +1,3 @@
|
||||
Django==1.11
|
||||
djangorestframework==3.6.2
|
||||
django_filter==1.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user