davidkuchar / django-floppyforms

Full control of form rendering in the templates.

Home Page:http://django-floppyforms.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-floppyforms

Full control of form rendering in the templates.

  • Author: Bruno Renié
  • Licence: BSD
  • Compatibility: Django 1.2+ (smart if template tag needed)
  • Requirements: homework -- read this.

Installation

  • pip install -U django-floppyforms
  • Add floppyforms to your INSTALLED_APPS
  • Run python manage.py test floppyforms.

For extensive documentation see the docs folder or read it on readthedocs

Bugs

Really? Oh well... Please Report. Or better, fix :)

About

Full control of form rendering in the templates.

http://django-floppyforms.readthedocs.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 85.7%Language:JavaScript 14.3%