mythmon / edwin

A bug management system
Mozilla Public License 2.0
4 stars 0 forks source link

10 client #28

Closed willkg closed 9 years ago

willkg commented 9 years ago

I think this fixes the catch-all client thing. It passes the tests, but I can't tell if whitenoise is kicking in and doing things or not.

I can't test this on Heroku because I can't do a docker:release thing.

Someone else will have to test this out "live" and report back as to whether it works.

If it doesn't, then I'll look into how whitenoise works, but we might have to write a wsgi middleware.

mythmon commented 9 years ago

I tried to test this with heroku docker:start. It turns out that doesn't work, and I just get "Bad Request (400)". That happens on master too, so there is something else to look into.

So then I tested it by deploying it. It works great there, including static serving, so yay! Thanks!