Skip to main content

Package for auto creating serializers, filters and views for Django models

Project description

# 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

drfauto-1.6.0-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page