/django-rest-system

DRS: REST based on Django's .values() [wip]

Primary LanguagePythonMIT LicenseMIT

Django Rest System

Django REST but faster (tries to be inplace replacement of drf
this means that code is heavily based on it)

how?
this package uses django's values() to serialize data instead of model instances.

target
fast but minimal

will be available on pypi soon

Usage

todo

Requirements

  • Python >= 2.7, <= 3.8
  • Django >= 1.11, <= 2.2