2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

Added django_filter app

This commit is contained in:
Oliver Walters 2017-04-14 12:11:42 +10:00
parent 39a6bcdf3e
commit 6f9bf45e22
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
Django==1.11 Django==1.11
djangorestframework==3.6.2 djangorestframework==3.6.2
django_filter==1.0.2