from django.http import Http404 [docs] class Resolver404(Http404): pass [docs] class NoReverseMatch(Exception): pass
Sep 29, 2023