Skip to content

Lancetnik/drf-auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest Framework auto creator

Creates serializers, filters and generics for created model

Installation: pip install drfauto

Include drfauto into Django Installed apps and use python manage.py makeserializer | makefilter | makeviews for your -m model_name or -a app_name or -A all project. This commands generate serializers.py, filters.py and views.py in your apps directories and create suitable classes. Also u can import drfauto.dynamic for creating class as python object in your code. This classes can be used as abstract for inheritance or ready functional classes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages