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.
- Host: GitHub
- URL: https://github.com/kindlycat/django-view-sets
- Owner: kindlycat
- License: other
- Created: 2019-05-19T17:25:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T19:31:09.000Z (over 1 year ago)
- Last Synced: 2025-09-14T04:53:02.554Z (10 months ago)
- Topics: crud, django, view, viewset
- Language: Python
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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',
...
)