An open API service indexing awesome lists of open source software.

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

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