drozdowsky / django-rest-system

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%