mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
initial commit
This commit is contained in:
6
django/contrib/admin/apps.pyi
Normal file
6
django/contrib/admin/apps.pyi
Normal file
@@ -0,0 +1,6 @@
|
||||
class AdminConfig:
|
||||
def ready(self) -> None: ...
|
||||
|
||||
|
||||
class SimpleAdminConfig:
|
||||
def ready(self) -> None: ...
|
||||
Reference in New Issue
Block a user