refinery-platform / django_docker_engine

Django app that manages the creation of, and proxies requests to, Docker containers.
MIT License
6 stars 2 forks source link

Get rid of default `{}` for INPUT_JSON #208

Open mccalluc opened 6 years ago

mccalluc commented 6 years ago

It should never be used... and if we try to use it, it would be better to fail sooner, like when we try to parse the JSON.