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
Hi,
you do import the original django forms which does not now anything about templates etc. Please import from floppyforms as described in the example you have mentioned. So replace the line:
fromdjangoimportforms
with:
importfloppyformsasforms
Good luck! I'm keen to hear if that did work for you.
i am using django-floppyforms in my project
but it can't get preview image in template
i folow example from
http://django-floppyforms.readthedocs.org/en/latest/examples.html#an-image-clearable-input-with-thumbnail
my forms.py
my "models.py "
image_thumbnail.html
i also try with imagefields in models.py
how can i solve this ,
Pls help!!!
The text was updated successfully, but these errors were encountered: