from django.http import Http404 [ドキュメント]class Resolver404(Http404): pass [ドキュメント]class NoReverseMatch(Exception): pass
3月 30, 2019