3 lines
87 B
Python
3 lines
87 B
Python
|
from django.core.handlers.wsgi import WSGIRequest
|
||
|
from django.http import HttpResponse
|