31 lines
1.1 KiB
ReStructuredText
31 lines
1.1 KiB
ReStructuredText
================
|
|
django-formtools
|
|
================
|
|
|
|
.. image:: https://secure.travis-ci.org/django/django-formtools.svg
|
|
:target: http://travis-ci.org/django/django-formtools
|
|
|
|
.. image:: https://coveralls.io/repos/django/django-formtools/badge.svg?branch=master
|
|
:target: https://coveralls.io/r/django/django-formtools
|
|
|
|
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.python.org/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 http://django-irc-logs.com/.
|
|
|
|
* Join the django-users mailing list, or read the archives, at
|
|
https://groups.google.com/group/django-users.
|