My question is simple, how do I display a custom error page for HTTP status 405 (method not allowed) in Django when using the @require_POST decorator?
@require_POST
I\'m
I'm not sure that's possible. Perhaps you should consider filing a bug report.