mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-22 09:38:59 +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: ... |