Skip to content

pefremova/django-view-sets

 
 

Repository files navigation

Django-view-sets

Installation

Install using pip:

$ pip install django-view-sets

Add to installed apps:

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

About

Yet another app for making CRUD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.4%
  • HTML 36.6%
  • JavaScript 3.6%
  • Other 0.4%