neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
863 stars 153 forks source link

Generic upload forms #154

Open destos opened 5 years ago

destos commented 5 years ago

At the moment it's hard to extend the built-in form and make it potentially work with a model form. I would like to make an attempt to generalize it into a couple of mixin/base classes. I would keep the interface the same for the existing ImageForm.

LMK if this is something you think is needed. I'll experiment with my fork.

adi- commented 4 years ago

I am open to suggestions. Could you open a pull request?