Django Crispy Forms | Anaconda.org (original) (raw)
The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
copied from cf-pre-staging / django-crispy-forms
License: MIT
Home: https://github.com/django-crispy-forms/django-crispy-forms
Development: https://github.com/django-crispy-forms/django-crispy-forms
Documentation: https://readthedocs.org/projects/django-crispy-forms/
128882 total downloads
Last upload: 2 months and 11 days ago
Installers
Info: This package contains files in non-standardlabels.
- noarch v2.4
- osx-64 v1.7.0
- linux-64 v1.7.0
- win-64 v1.7.0
- win-32 v1.7.0
conda install
To install this package run one of the following:conda install conda-forge::django-crispy-forms
conda install conda-forge/label/cf201901::django-crispy-forms
conda install conda-forge/label/cf202003::django-crispy-forms
conda install conda-forge/label/gcc7::django-crispy-forms
Description
Build programmatic reusable layouts out of components, having full control of the rendered HTML without writing HTML in templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. django-crispy-forms supports Python 2.7/Python 3.2+ and Django 1.8+ Django-crispy-forms supports several frontend frameworks, such as Twitter Bootstrap (versions 2 and 3), Uni-form and Foundation. You can also easily adapt your custom company's one, creating your own, see the docs for more information. You can easily switch among them using CRISPY_TEMPLATE_PACK setting variable.