File: control

package info (click to toggle)
python-django-crispy-forms-foundation 1.1.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 880 kB
  • sloc: javascript: 6,437; python: 1,326; makefile: 200; sh: 17
file content (77 lines) | stat: -rw-r--r-- 3,198 bytes parent folder | download
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
Source: python-django-crispy-forms-foundation
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 python3-all,
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
Build-Depends-Indep:
 furo <!nodoc>,
 pybuild-plugin-pyproject,
 python3-django-crispy-forms <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-django <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-copybutton <!nodoc>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-crispy-forms-foundation
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-crispy-forms-foundation.git
Homepage: https://github.com/sveetch/crispy-forms-foundation

Package: python-django-crispy-forms-foundation-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Django-crispy-forms layout objects for Foundation for sites (Documentation)
 This is a Django application to add django-crispy-forms layout objects for
 the CSS framework Foundation for sites. It depends on the
 python3-crispy-forms library.
 .
 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 3 and 4), Tailwind, Bulma 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 documentation.

Package: python3-django-crispy-forms-foundation
Architecture: all
Depends:
 python3-django-crispy-forms (>= 2.0),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-crispy-forms-foundation-doc,
Description: Django-crispy-forms layout objects for Foundation for sites (Python3 version)
 This is a Django application to add django-crispy-forms layout objects for
 the CSS framework Foundation for sites. It depends on the
 python3-crispy-forms library.
 .
 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 3 and 4), Tailwind, Bulma 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.