www/py-django-crispy-forms: The best way to have Django DRY forms [NEW PORT]
The best way to have Django DRY forms. 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. WWW: https://github.com/maraujop/django-crispy-forms PR: ports/186158 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
This commit is contained in:
parent
e456aafbab
commit
3c26abd8d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342248
4 changed files with 31 additions and 0 deletions
|
@ -1500,6 +1500,7 @@
|
|||
SUBDIR += py-django-caching-app-plugins
|
||||
SUBDIR += py-django-classy-tags
|
||||
SUBDIR += py-django-cms
|
||||
SUBDIR += py-django-crispy-forms
|
||||
SUBDIR += py-django-devel
|
||||
SUBDIR += py-django-dpaste
|
||||
SUBDIR += py-django-evolution
|
||||
|
|
22
www/py-django-crispy-forms/Makefile
Normal file
22
www/py-django-crispy-forms/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Johannes Meixner <xmj@chaot.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= crispy-forms
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
|
||||
DISTNAME= django-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= xmj@chaot.net
|
||||
COMMENT= The best way to have Django DRY forms
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django<1.7:${PORTSDIR}/www/py-django
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-django-crispy-forms/distinfo
Normal file
2
www/py-django-crispy-forms/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (django-crispy-forms-1.4.0.tar.gz) = d0c9531ebdff8dc255f625e677ec2fab326522e3f4cd8f7a3e891d773d281510
|
||||
SIZE (django-crispy-forms-1.4.0.tar.gz) = 47444
|
6
www/py-django-crispy-forms/pkg-descr
Normal file
6
www/py-django-crispy-forms/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The best way to have Django DRY forms. 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.
|
||||
|
||||
WWW: https://github.com/maraujop/django-crispy-forms
|
Loading…
Reference in a new issue