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