News

Get up and running with routes, views, and templates in Python’s most popular web framework.
Django Rest Framework React Template Framework is a Python package that plugs into Django Rest Framework to generate json schemas for react-jsonschema-form. The concept is similar to the DRF ...
@adding 'django-filters' in the apps list inside settings.py solved the issue. I was using following configuration as well django==1.10.6 django-filter==1.0.2 djangorestframework==3.6.2 Django rest ...