Django snippets: A custom 500 handler which is AJAX-aware →
A simple 500 error handler that I wrote which does not respond to AJAX calls with the full-blown 500 HTML page targeted at humans.
Welcome, my name is Harish Mallipeddi. I work for Amazon Web Services (AWS). This blog is mostly a dump of interesting articles that I come across on the web. Topics span across multiple areas including algorithms/datastructures, NoSQL stores, database internals, web-scale challenges, and functional languages.
A simple 500 error handler that I wrote which does not respond to AJAX calls with the full-blown 500 HTML page targeted at humans.