mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-26 19:47:14 +08:00
5 lines
139 B
Python
5 lines
139 B
Python
from django.http.request import HttpRequest
|
|
|
|
|
|
class CurrentSiteMiddleware:
|
|
def process_request(self, request: HttpRequest) -> None: ... |