https://github.com/kunitoki/django-formaldehyde
Django forms at warp speed
https://github.com/kunitoki/django-formaldehyde
Last synced: about 1 year ago
JSON representation
Django forms at warp speed
- Host: GitHub
- URL: https://github.com/kunitoki/django-formaldehyde
- Owner: kunitoki
- License: mit
- Created: 2015-01-19T11:36:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T15:38:35.000Z (about 11 years ago)
- Last Synced: 2025-05-08T03:57:05.515Z (about 1 year ago)
- Language: Python
- Size: 1.26 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://raw.github.com/kunitoki/django-formaldehyde/master/formaldehyde-logo.png
:alt: Django Formaldehyde
:target: https://github.com/kunitoki/django-formaldehyde
==========================
Django forms at warp speed
==========================
Django Formaldehyde is a small reusable unobtrusive `Django `_
app that leverage forms.
.. |pypi| image:: https://img.shields.io/pypi/v/django-formaldehyde.svg
:alt: Pypi latest version
:target: https://pypi.python.org/pypi/django-formaldehyde/
.. |travis| image:: https://img.shields.io/travis/kunitoki/django-formaldehyde.svg
:alt: Build Status - master branch
:target: https://travis-ci.org/kunitoki/django-formaldehyde
.. |coveralls| image:: https://img.shields.io/coveralls/kunitoki/django-formaldehyde.svg
:alt: Source code coverage - master branch
:target: https://coveralls.io/r/kunitoki/django-formaldehyde
.. |requirements| image:: https://img.shields.io/requires/github/kunitoki/django-formaldehyde.svg
:alt: Python requirements
:target: https://pypi.python.org/pypi/django-formaldehyde/
.. |downloads| image:: https://img.shields.io/pypi/dm/django-formaldehyde.svg
:alt: Pypi downloads
:target: https://pypi.python.org/pypi/django-formaldehyde/
.. |license| image:: https://img.shields.io/pypi/l/django-formaldehyde.svg
:target: https://pypi.python.org/pypi/django-formaldehyde/
:alt: License
|pypi| |travis| |coveralls| |requirements| |downloads| |license|
* Home page: https://github.com/kunitoki/django-formaldehyde
* Documentation: http://django-formaldehyde.readthedocs.org
* Pypi: https://pypi.python.org/pypi/django-formaldehyde
* Example app on Github: https://github.com/kunitoki/django-formaldehyde/example
* Changelog: `Changelog.rst `_
* License: `The MIT License (MIT) `_
* Supports: Django 1.6, 1.7, 1.8 - Python 2.7, 3.2, 3.3, 3.4