django-form-tags 2.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoformtags 2.1

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.