Closed mccalluc closed 7 years ago
Also, after reviewing https://github.com/refinery-platform/refinery-platform/pull/2100, I think it would make sense to pass a template in here rather than a string, and have Django docker engine use a default template. Then we could pass things like the tool name that we're waiting for, among other things to the template context and render it.
@scottx611x : Main idea is that static html can can be given until the docker container is up. Tests pass locally, but hit this on Travis:
Will try fiddling with my environment to see if I can reproduce.
--> It's a difference between python 1.7.1 and 1.10.6
Fixes #66