simple-django-api

https://img.shields.io/pypi/v/simple_django_api.svg https://img.shields.io/travis/zlqm/simple_django_api.svg Documentation Status

Simple library provides rest api for Django.

This project is mainly to solve problems below:

  • Django doesn’t support PUT/PATCH request with request body.

  • Django doesn’t support request body in JSON format.

Features

  1. Support request body in json format

  2. Support PUT/PATCH method with request body

  3. Class-Based-View exception handler

  4. Dynamic permission check

  5. JWT(Json Web Token) auth middleware

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.