django-floppymodelforms

A hack to force Django's ModelForm to use floppyforms' fields.


Keywords
floppymodelforms, floppy, forms, django
License
BSD-3-Clause
Install
pip install django-floppymodelforms==0.1.0

Documentation

django-floppymodelforms

A hack to force Django's ModelForm to use floppyforms fields.

https://badge.fury.io/py/django-floppymodelforms.png https://travis-ci.org/henriquebastos/django-floppymodelforms.png?branch=master https://pypip.in/d/django-floppymodelforms/badge.png

Installation

Install the package:

pip install django-floppymodelforms

Usage

Add floppymodelforms to your project's INSTALLED_APPS after the floppyforms app.

INSTALLED_APPS = (
    # ...
    'floppyforms',
    'floppymodelforms',
)

Features

  • Add support for Django's extra form fields.

License

BSD License