You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those who want to mix and match with vanilla Django widgets, it is also recommended
to put Django's form template directory into your template directories:
# in your template configuration
TEMPLATES = [{
...,
# inside the directories parameter
'DIRS': [
# include django's form templates
os.path.join(
os.path.dirname(django.__file__), "forms/templates/"
),
... # the rest of your template directories
}]
To install the in-development version of django-floppyforms, run pip
install "https://github.com/jazzband/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.