quokkaproject / quokka

LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
http://www.quokkaproject.org
Other
2.24k stars 447 forks source link

admin: media upload #632

Open rochacbruno opened 6 years ago

rochacbruno commented 6 years ago

Media uploads in admin https://github.com/rochacbruno/quokka_ng/issues/39

colmoneill commented 5 years ago

Hi @rochacbruno I'm discovering quokkaCMS and absolutely loving it. I was able to plug my pelican theme into quokka and turn a site I had designed to be static into a dynamic content pelican platform super easily. My only question remaining is about file upload, is there any solution available for this yet ?

Thank you for building Quokka, I've been looking for a flask-cms for ages now,

All the best !

rochacbruno commented 5 years ago

@colmoneill not yet, this is still open to be implemented.

colmoneill commented 5 years ago

Ok, any leads on this ? I could attempt a PR, but because of https://github.com/rochacbruno/quokka/blob/master/quokka/project_template/quokka.yml#L596 I thought there may be some foundations in place ?

rochacbruno commented 5 years ago

There is nothing in place yet, we are only depending on #635 because maybe that is where the upload will be done.

In the legacy branch there are some old implementation https://github.com/rochacbruno/quokka/blob/legacy/quokka/core/admin/models.py#L318-L329