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