mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.contrib.staticfiles.handlers import StaticFilesHandler
|
||||
|
||||
|
||||
class Command:
|
||||
def get_handler(self, *args, **options) -> StaticFilesHandler: ...
|
||||
Reference in New Issue
Block a user