from django.http import Http404 [문서]class Resolver404(Http404): pass [문서]class NoReverseMatch(Exception): pass
8월 01, 2018