1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
.. _Django: https://www.djangoproject.com/
.. _django-crispy-forms: https://github.com/maraujop/django-crispy-forms
.. _Foundation for sites: https://get.foundation/
.. _Python: http://python.org/
.. crispy-form-foundation documentation master file, created by
sphinx-quickstart on Sat Nov 15 20:21:48 2014.
Welcome to crispy-form-foundation's documentation!
==================================================
This is a `Django`_ application to add `django-crispy-forms`_ layout objects for
`Foundation for sites`_.
This app does not include `Foundation for sites`_ assets, you will have to install them
by yourself in your projects.
Links
*****
* Read the documentation on `Read the docs <http://crispy-forms-foundation.readthedocs.io/>`_;
* Download his `PyPi package <http://pypi.python.org/pypi/crispy-forms-foundation>`_;
* Clone it on its `Github repository <https://github.com/sveetch/crispy-forms-foundation>`_;
Requires
========
* `Python`_ >= 3.8;
* `Django`_ >= 3.2;
* `django-crispy-forms`_ >= 1.9.0;
* `Foundation for sites`_ >= 6.3.x;
User’s Guide
************
.. toctree::
:maxdepth: 2
install.rst
settings.rst
usage.rst
layout/base.rst
layout/fields.rst
layout/buttons.rst
layout/grid.rst
layout/containers.rst
abide.rst
form_objects.rst
Developer’s Guide
*****************
.. toctree::
:maxdepth: 1
development.rst
changelog.rst
Contributors
............
.. _`@PhilipGarnero`: https://github.com/PhilipGarnero
.. _`@jrast`: https://github.com/jrast
.. _`@jayarnielsen`: https://github.com/jayarnielsen
.. _`@carsolcas`: https://github.com/carsolcas
.. _`@sbaechler`: https://github.com/sbaechler
.. _`@bionikspoon`: https://github.com/bionikspoon
.. _`@flesser`: https://github.com/flesser
.. _`@xbello`: https://github.com/xbello
.. _`@mpasternak`: https://github.com/mpasternak
.. _`@sprda`: https://github.com/sprda
* Philip Garnero (`@PhilipGarnero`_);
* Juerg Rast (`@jrast`_);
* JR (`@jayarnielsen`_);
* Carsolcas (`@carsolcas`_);
* Simon Bächler (`@sbaechler`_);
* Manu Phatak (`@bionikspoon`_);
* Florian Eßer (`@flesser`_);
* Xabier Bello (`@xbello`_);
* Michał Pasternak (`@mpasternak`_);
* Sprda (`@sprda`_);
|