from django.http import Http404 [문서]class Resolver404(Http404): pass [문서]class NoReverseMatch(Exception): pass
3월 30, 2019