Bruno Cesar Rocha
Bruno Cesar Rocha
+1 for this feature
@colmoneill not yet, this is still open to be implemented.
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...
Hi @graham2 Nice to hear you are willing to contribute! 1) Install the project locally > You may face some missing dependencies, if so, please comment for us to document,...
Lets setup a codecov service https://codecov.io/gh/rochacbruno/quokka so we can have the coverage automated as Travis CI finishes the jobs. We just need to add covecov call to .travis like in...
Something is out of sync here. 1) Those tests doesn't exist in master, take a look https://github.com/rochacbruno/quokka/tree/master/tests 2) There are too many changes for a single PR here, I am...
H @ulshell Currenty there is a setting in quokka.yml to enable/disable /admin login. The idea is. If project is being accessed on the same host (localhost) the login is not...
Dockerfile needs update, flit is not being used anymore
Quokka is licensed under a three clause BSD License. It basically means: do whatever you want with it as long as the copyright in Quokka sticks around, the conditions are...
Hi @BenTHR In Quokka we have this Flask-Admin Model View https://github.com/rochacbruno/quokka/blob/master/quokka/admin/views.py#L49 If you run the project you will see that in admin we have no search form, because it is...