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:
8
django-stubs-generated/contrib/auth/handlers/modwsgi.pyi
Normal file
8
django-stubs-generated/contrib/auth/handlers/modwsgi.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
UserModel: Any
|
||||
|
||||
def check_password(
|
||||
environ: Dict[Any, Any], username: str, password: str
|
||||
) -> Any: ...
|
||||
def groups_for_user(environ: Dict[Any, Any], username: str) -> Any: ...
|
||||
Reference in New Issue
Block a user