Skip to main content

Django templatetags to easily render fieldholders, fieldwrappers and fields.

Project description

https://badge.fury.io/py/django-form-tags.png

Django templatetags to easily render fieldholders, fieldwrappers and fields.

Installation

pip install django-form-tags

Usage

INSTALLED_APPS = (
    # ...
    'form_tags',
    # ...
)
{% load forms %}

Development

isort

docker-compose run --rm --no-deps python isort [module/path] [options]

flake8

docker-compose run --rm --no-deps python flake8 [module/path]

black

docker-compose run --rm --no-deps python black [module/path]

pytest

docker-compose run --rm --no-deps python coverage run ./runtests.py

Translations

Updating translations

docker-compose run --rm --no-deps manage makemessages -l nl --no-wrap --no-location --no-obsolete
docker-compose run --rm --no-deps manage compilemessages

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-form-tags-2.1.tar.gz (15.5 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