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 details)

Uploaded Source

File details

Details for the file django-form-tags-2.1.tar.gz.

File metadata

  • Download URL: django-form-tags-2.1.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for django-form-tags-2.1.tar.gz
Algorithm Hash digest
SHA256 2d49984d9ffb69b6efa6943f68df81f5655e44178048a1f3fba229c59c8bbee6
MD5 56ee26b4266f34285aa674da22a55b26
BLAKE2b-256 515db55c38719ab45c4a40b9a6b1dace28fd8dbb54437e875a0a053389acac9b

See more details on using hashes here.

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