Hacker News new | ask | show | jobs
by sudont 5211 days ago
Thanks for the response! I had to facepalm at the WSGI config, I had been setting it within the app itself: it returned a 500 otherwise, which makes sense now.

Consider my one issue moot! Next time I'll read the docs better before complaining...

1 comments

Awesome!

Any docs changes we could make to avoid others hitting the same problem?

Nope. The relevant info is literally the first warning callout on the Python guide: http://docs.dotcloud.com/services/python/

Thanks again for taking the time to set me straight on this.