This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b33f10d8cc
django
/
django
/
urls
/
exceptions.py
10 lines
115 B
Python
Raw
Blame
History
from
django
.
http
import
Http404
class
Resolver404
(
Http404
)
:
pass
class
NoReverseMatch
(
Exception
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink