django/tests/csrf_tests/csrf_token_error_handler_urls.py
2022-02-07 20:37:05 +01:00

4 lines
75 B
Python

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