diff options
author | koobs <koobs@FreeBSD.org> | 2014-02-02 16:10:14 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-02-02 16:10:14 +0800 |
commit | 96974e7c0e87f92dab172c963f336628c07c1b51 (patch) | |
tree | daa7f824442ae907c5eb0071a7b561abfb8c7729 /www/Makefile | |
parent | a7fb3ab9d71eeaacdfaf4ba64eefae8ea96a40db (diff) | |
download | freebsd-ports-gnome-96974e7c0e87f92dab172c963f336628c07c1b51.tar.gz freebsd-ports-gnome-96974e7c0e87f92dab172c963f336628c07c1b51.tar.zst freebsd-ports-gnome-96974e7c0e87f92dab172c963f336628c07c1b51.zip |
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>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a961e7525a0f..5a07f7835240 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 |