mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-01 21:06:54 +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: ... |