Django templatetags to easily render fieldholders, fieldwrappers and fields.
Project description
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)