simple-django-api¶
Simple library provides rest api for Django.
Free software: BSD license
Documentation: https://simple-django-api.readthedocs.io.
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¶
Support request body in json format
Support PUT/PATCH method with request body
Class-Based-View exception handler
Dynamic permission check
JWT(Json Web Token) auth middleware
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.