The web framework for perfectionists with deadlines.
from django.http import Http404 [docs]class Resolver404(Http404): pass [docs]class NoReverseMatch(Exception): pass
Offline (Django 2.1): HTML | PDF | ePub Provided by Read the Docs.