An open API service indexing awesome lists of open source software.

https://github.com/kindlycat/django-view-sets

Yet another app for making CRUD.
https://github.com/kindlycat/django-view-sets

crud django view viewset

Last synced: 2 months ago
JSON representation

Yet another app for making CRUD.

Awesome Lists containing this project

README

          

Django-view-sets
================

Installation
------------
Install using pip:

.. code-block:: sh

$ pip install django-view-sets

Add to installed apps:

.. code-block:: python

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