a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: app for Django providing elegant form rendering (Python3 version)
django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
that will let you control the rendering behavior of your Django forms in a
very elegant and DRY way. Have full control without writing custom form
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 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.
.
This package contains the Python 3 version of the library.
Description: app for Django providing elegant form rendering (Python3 version)
django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
that will let you control the rendering behavior of your Django forms in a
very elegant and DRY way. Have full control without writing custom form
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 several frontend frameworks, such as Twitter
Bootstrap (versions 2, 3 and 4), 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.
.
This package contains the Python 3 version of the library.
--- 234970 Thu Jan 1 00:00:00 1970
+++ 286671 Thu Jan 1 00:00:00 1970
@@ -6,7 +6,7 @@
Django, so it plays nice with any other form application.
.
Django-crispy-forms supports several frontend frameworks, such as Twitter
- Bootstrap (versions 2 and 3), Uni-form and Foundation. You can also easily
+ Bootstrap (versions 2, 3 and 4), 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.