quokkaproject / quokka

LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`

Home Page:http://www.quokkaproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

admin: media upload

rochacbruno opened this issue · comments

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