django-view-sets

Yet another app for making CRUD.


Keywords
django, views, viewset, crud, view
License
BSD-3-Clause
Install
pip install django-view-sets==0.1.6

Documentation

Django-view-sets

Installation

Install using pip:

$ pip install django-view-sets

Add to installed apps:

INSTALLED_APPS = (
    ...
    'viewsets',
    ...
)