A set of high-level abstractions for Django forms
Project description
Django’s “formtools” is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms.
This code used to live in Django proper – in django.contrib.formtools – but was separated into a standalone package in Django 1.8 to keep the framework’s core clean.
For a full list of available formtools, see https://django-formtools.readthedocs.io/
django-formtools can also be found on and installed from the Python Package Index: https://pypi-hypernode.com/pypi/django-formtools
To get more help:
Join the #django channel on irc.freenode.net. Lots of helpful people hang out there. Read the archives at https://botbot.me/freenode/django/.
Join the django-users mailing list, or read the archives, at https://groups.google.com/group/django-users.
Contributing to django-formtools
See CONTRIBUTING.rst for information about contributing patches to django-formtools.
Running tests is as simple as installing Tox and running it in the root Git clone directory:
$ git clone https://github.com/jazzband/django-formtools [..] $ cd django-formtools $ tox [..] congratulations :)
The previous command will run the tests in different combinations of Python (if available) and Django versions. To see the full list of combinations use the -l option:
$ tox -l ... py38-django-AB py38-django-master
You can run each environment with the -e option:
$ tox -e py38-django-AB # runs the tests only on Python 3.5 and Django A.B.x
Optionally you can also specify a country whose tests you want to run:
$ COUNTRY=us tox
And combine both options:
$ COUNTRY=us tox -e py38-django-AB
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
Built Distribution
File details
Details for the file django-formtools-2.3.tar.gz
.
File metadata
- Download URL: django-formtools-2.3.tar.gz
- Upload date:
- Size: 83.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9663b6eca64777b68d6d4142efad8597fe9a685924673b25aa8a1dcff4db00c3 |
|
MD5 | b97d517214478298cfc181bbdee421af |
|
BLAKE2b-256 | 6eb041ca0a8b7f2ce073f4cfca6adcc7b502a4a894fad9b80505b2ad13dc7aac |
Provenance
File details
Details for the file django_formtools-2.3-py3-none-any.whl
.
File metadata
- Download URL: django_formtools-2.3-py3-none-any.whl
- Upload date:
- Size: 148.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4699937e19ee041d803943714fe0c1c7ad4cab802600eb64bbf4cdd0a1bfe7d9 |
|
MD5 | 1b09ad1256494442a6c23fcd034aaf71 |
|
BLAKE2b-256 | 8edd0bce8b9cc6dfa80a4c510e625f54be4348e799d9c594f98c1cd83e63cd2a |