Commit fc606703 by Qubad786

Fix drf and django filter versions.

Issue: ImportError: Could not import 'rest_framework.filters.DjangoFilterBackend'

DRF-3.7.0 has removed DjangoFilterBackend, if we want to move to DRF-3.7.0, we shall be using 'django_filters.rest_framework.DjangoFilterBackend' instead.
parent baba913a
## NOTE: This is not a working req file -- merely a collection for notes.
django==1.9
djangorestframework
djangorestframework==3.6.4
django-cors-headers
django-oauth-toolkit==0.11.0
django-filter
django-filter==1.0.4
newrelic
uwsgi
pysftp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment