Skip to content

emorozov/django-floppyforms

This branch is 1 commit ahead of, 80 commits behind jazzband/django-floppyforms:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 14, 2016
Jul 24, 2017
Feb 1, 2016
Sep 1, 2016
Apr 23, 2014
Aug 15, 2016
Sep 1, 2016
Jun 23, 2013
May 15, 2015
Sep 25, 2015
Mar 31, 2014
Jul 16, 2015
Apr 1, 2014
Jan 21, 2014
Sep 28, 2015
Feb 1, 2016

Repository files navigation

django-floppyforms

Build Status

Full control of form rendering in the templates.

  • Authors: Gregor Müllegger and many many contributors
  • Original creator: Bruno Renié started this project and kept it going for many years.
  • Licence: BSD
  • Requirements: homework -- read this.

Installation

  • pip install -U django-floppyforms
  • Add floppyforms to your INSTALLED_APPS

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

To install the in-development version of django-floppyforms, run pip install "https://github.com/gregmuellegger/django-floppyforms/tarball/master#egg=django-floppyforms".

Help

Create a ticket in the issues section on github or ask your questions on the #django-floppyforms IRC channel on freenode.

You can get professional consulting regarding django-floppyforms or any other Django related work from django-floppyforms' maintainer Gregor Müllegger.

Bugs

Really? Oh well... Please Report. Or better, fix :) We are happy to help you through the process of fixing and testing a bug. Just get in touch.

Development

Thanks for asking!

Get the code:

git clone [email protected]:gregmuellegger/django-floppyforms.git
cd django-floppyforms
virtualenv -p python2 env
source env/bin/activate
add2virtualenv .

Install the development requirements:

pip install "tox>=1.8"

Run the tests:

tox -e py27-16

You can see all the supported test configurations with tox -l.

About

Full control of form rendering in the templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.8%
  • HTML 5.2%
  • CSS 4.6%
  • JavaScript 4.4%