Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.04 KB

README.rst

File metadata and controls

34 lines (25 loc) · 1.04 KB

JSON API Schema for Django REST Framework

An implementation of the JSON API specification for Django REST Framework, specifically designed to be extensible and work with code that doesn't use ModelSerializer.

Tested with:

  • Python 3.6+
  • Django 2.2, 3.11+
  • Django REST Framework: 3.11+

Development

To begin contributing to the code:

  • git clone https://github.com/paulcwatts/drf-json-schema.git
  • pipenv install --dev
  • pipenv run pip install django djangorestframework
  • pipenv run pre-commit install

To run the tests using nox:

  • pipx install nox
  • nox