mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
@@ -32,7 +32,7 @@ class AdminSite:
|
||||
site_header: str = ...
|
||||
index_title: str = ...
|
||||
site_url: str = ...
|
||||
login_form: Optional[AuthenticationForm] = ...
|
||||
login_form: Optional[Type[AuthenticationForm]] = ...
|
||||
index_template: Optional[str] = ...
|
||||
app_index_template: Optional[str] = ...
|
||||
login_template: Optional[str] = ...
|
||||
|
||||
Reference in New Issue
Block a user