urlswitherrorhandlers.py 208 B

12345
  1. from .urls import * # pylint: disable=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'