Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django-floppyforms? #27

Open
richardbarran opened this issue May 12, 2014 · 2 comments
Open

Django-floppyforms? #27

richardbarran opened this issue May 12, 2014 · 2 comments

Comments

@richardbarran
Copy link
Contributor

I've used dango-envelope in several projects so far (thanks for all the hard work!). Recently I tested it in combination with django-floppyforms on this website. I had to change just one import to django-envelope for this to work.

I was wondering if integration of floppyforms into the base django-envelope project would be a good move?

If it's a good idea... There are several ways to approach this. Maybe the simplest would be an extra setting for django-envelope, used at the start of envelope/forms.py:

if ENVELOPE_USE_FLOPPYFORMS:
    import floppyforms as forms
else:
    from django import forms

I look forward to your thoughts/comments on this idea.

@fle
Copy link

fle commented Jun 10, 2014

It would be useful for me :)

@fle
Copy link

fle commented Jun 10, 2014

I just did a quick & dirty integration of floppy forms for an urgent personal need:

fle@58a86a0

Maybe this can be a beginning ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants