Skip to main content

A package to create boring stuff of django rest framework

Project description

django-easy-drf

A simple package that makes for you the repetitive work of creating Serializers, ViewSets and urls for django rest framework.

Installation

On a virtualenv run:

pip install django-easy-drf

Usage

On the same virtualenv, you will have easy-drf command available, so run:

easy-drf

This command will create serializers.py, views.py and urls.py files on the same directory, with all the classes created.

Note: requires that a file called models.py exists on the current directory.

Future developments

  • Warn users about files override.
  • Allow users to force script without prompt.
  • Allow users to create just one specific file.
  • Allow users to create just one model.
  • Allow users to specify different models file.
  • Allow users to specify different results file names.

Contributing

If you have an idea or an implementation, let me know by submitting an issue or a PR.

Project details


Download files

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

Source Distribution

django-easy-drf-0.0.12.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

django_easy_drf-0.0.12-py3-none-any.whl (23.0 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