urlswitherrorhandlers.py 224 B

1234
  1. from .urls import * # pylint: disable=wildcard-import, unused-wildcard-import
  2. handler403 = "misago.core.testproject.views.mock_custom_403_error_page"
  3. handler404 = "misago.core.testproject.views.mock_custom_404_error_page"