mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 18:05:58 +08:00
initial commit
This commit is contained in:
5
django/contrib/staticfiles/urls.pyi
Normal file
5
django/contrib/staticfiles/urls.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.urls.resolvers import URLPattern
|
||||
from typing import List
|
||||
|
||||
|
||||
def staticfiles_urlpatterns(prefix: None = ...) -> List[URLPattern]: ...
|
||||
Reference in New Issue
Block a user