Skip to content

Commit 717bb2c

Browse files
committed
add new django project
1 parent 46d6300 commit 717bb2c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

content/pages/examples/django/django-code-examples.markdown

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,20 @@ Code from django-filer can be found on these pages:
167167
* [django.core.management.base BaseCommand](/django-core-management-base-basecommand-examples.html)
168168

169169

170+
### django-floppyforms
171+
[django-floppyforms](https://github.com/jazzband/django-floppyforms)
172+
([project documentation](https://django-floppyforms.readthedocs.io/en/latest/)
173+
and
174+
[PyPI page](https://pypi.org/project/django-floppyforms/))
175+
is a [Django](/django.html) code library for better control
176+
over rendering HTML forms in your [templates](/template-engines.html).
177+
178+
The django-floppyforms code is provided as
179+
[open source](https://github.com/jazzband/django-floppyforms/blob/master/LICENSE)
180+
and maintained by the collaborative developer community group
181+
[Jazzband](https://jazzband.co/).
182+
183+
170184
### django-haystack
171185
[django-haystack](https://github.com/django-haystack/django-haystack)
172186
([project website](http://haystacksearch.org/) and
@@ -280,8 +294,8 @@ Additional example code found within gadget-board:
280294
* [django.contrib.auth.hashers make_password](/django-contrib-auth-hashers-make-password-examples.html)
281295

282296

283-
### jazzboard
284-
[jazzboard](https://github.com/jazzband/website) is a
297+
### jazzband
298+
[jazzband](https://github.com/jazzband/website) is a
285299
[Django](/django.html)-based web application that runs a website with
286300
information on many Django projects such as
287301
[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)

0 commit comments

Comments
 (0)