Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-floppymodelforms-0.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page