Programing tips and techs.
from django.http import HttpResponse def index(request): return HttpResponse('OK')
No comments:
Post a Comment