Open rochacbruno opened 6 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 !
@colmoneill not yet, this is still open to be implemented.
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 ?
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
Media uploads in admin https://github.com/rochacbruno/quokka_ng/issues/39