mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from typing import Any, Callable, Optional
|
||||
|
||||
|
||||
def staff_member_required(
|
||||
view_func: Optional[Callable] = ...,
|
||||
redirect_field_name: str = ...,
|
||||
login_url: str = ...,
|
||||
) -> Callable: ...
|
||||
Reference in New Issue
Block a user