Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 241 Bytes

DRF Utils

Utilities for Django Rest Framework we use at :ployst, including:

  • Fields
  • Serializer mixins
  • Decorators

DRF Utils only supports Python 3. It has been tested with Python 3.4.

Development

Run tests with:

make test