PEP8 cleanups

This commit is contained in:
Roberto Rosario
2014-10-08 18:14:05 -04:00
parent 35f9adbefc
commit 97dcf507ab
30 changed files with 139 additions and 169 deletions

View File

@@ -38,6 +38,7 @@ urlpatterns = patterns('',
url(r'^user_management/', include('user_management.urls', namespace='user_management')),
)
def handler500(request):
"""
500 error handler which includes ``request`` in the context.