mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +08:00
merge with stubgen output
This commit is contained in:
@@ -1,2 +1,12 @@
|
||||
class StaticFilesConfig:
|
||||
def ready(self) -> None: ...
|
||||
# Stubs for django.contrib.staticfiles.apps (Python 3.6)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from django.apps import AppConfig
|
||||
from typing import Any
|
||||
|
||||
class StaticFilesConfig(AppConfig):
|
||||
name: str = ...
|
||||
verbose_name: Any = ...
|
||||
ignore_patterns: Any = ...
|
||||
def ready(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user