mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
8 lines
163 B
Python
8 lines
163 B
Python
from typing import Callable
|
|
|
|
|
|
def staff_member_required(
|
|
view_func: None = ...,
|
|
redirect_field_name: str = ...,
|
|
login_url: str = ...
|
|
) -> Callable: ... |