Wooey
Wooey copied to clipboard
A Django app that creates automatic web UIs for Python scripts.
There is an error running Wooey on a Postgres database backend (and using the same backend for celery): ``` [2015-08-12 13:19:33,616: ERROR/MainProcess] Unrecoverable error: OperationalError('SSL error: decryption failed or bad...
Was glad to see Wooey available on docker. https://hub.docker.com/u/wooey I downloaded the latest image and ran it , but it only executes the tests and then exists. What am i...
I want to add some of my [Scrapy](https://scrapy.org/) based projects Wooey. As I can see only single script based project can be added in Wooey, so I want to know,...
A parser with a mutually exclusive argument group behaves pretty strangely. I've noted two problems: * The arguments always end up as optional, even if the group is marked as...
This is possible a documentation issue for the most part... It took me a while to realise that scripts are expected to be "standalone". As things stand a script that...
I've got a non-technical employee that needs access to Python scripts that we need to use to conduct our business. I've gotten Wooey working but one of the scripts breaks....
Hi there, thank you for the awesome project, I just discovered it and I think it's perfect for distributing scripts with intuitive in a research lab setting for wet lab...
AWS provide grants for "free credit" for research purposes. I think we should consider applying for a grant to run a hosted version of Wooey for public use. The idea...
First off I love this project, so thank you!! I am using an F5 APM for frontend authentication to Wooey, so I don't need it's built in authentication. I want...
It would be helpful to understand which versions of Django have been tested and/or are supported. For example, does Wooey work with Django 2.0 or higher? If not, it would...