Skip to main content

A collection of handy utilities to support django operations

Project description

# django-handy-helpers

A collection of handy utilities to support django operations

# How to Install 1. pip install django-handyhelpers 2. add ‘djangohelpers’ to your INSTALLED_APPS (for management commands)

# Management Commands

### DRF Generator Django-handyhelpers includes manage.py commands to generate DRF files (api views, serializers, urls) for a given app in your project. This is done using jinja templates that define the structure of each file. Default templates are provided, and custom templates can be provided in the command. By default, all models and models fields are included.

Example command:

./manage.py generate_drf <my_app> –serializer ./manage.py generate_drf <my_app> –serializer –serializer_template <my_custom_template>

** see ./manage.py generate_drf –help for a full list of options

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

django-handyhelpers-0.0.10.tar.gz (9.7 kB view hashes)

Uploaded Source

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