mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
9
django-stubs-generated/urls/exceptions.pyi
Normal file
9
django-stubs-generated/urls/exceptions.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.http import Http404
|
||||
|
||||
|
||||
class Resolver404(Http404):
|
||||
pass
|
||||
|
||||
|
||||
class NoReverseMatch(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user