mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
5 lines
154 B
Python
5 lines
154 B
Python
from django.contrib.staticfiles.handlers import StaticFilesHandler
|
|
|
|
|
|
class Command:
|
|
def get_handler(self, *args, **options) -> StaticFilesHandler: ... |