hc99's picture
Add files using upload-large-folder tool
35b5a81 verified
raw
history blame
115 Bytes
from django.http import Http404
class Resolver404(Http404):
pass
class NoReverseMatch(Exception):
pass