Skip to content

Instantly share code, notes, and snippets.

@caio-nas
Created June 5, 2014 15:01
Show Gist options
  • Save caio-nas/6c0b7ec2e26df7dd2f1b to your computer and use it in GitHub Desktop.
Save caio-nas/6c0b7ec2e26df7dd2f1b to your computer and use it in GitHub Desktop.
#HTTP error handling
@app_context.errorhandler(404)
def not_found(error):
return render_template('404.html'), 404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment