django/tests/csrf_tests/csrf_token_error_handler_urls.py
2017-09-20 16:22:18 -04:00

3 lines
75 B
Python

urlpatterns = []
handler404 = 'csrf_tests.views.csrf_token_error_handler'