rework django.views

This commit is contained in:
Maxim Kurnikov
2019-02-22 01:50:52 +03:00
parent 9ea25f3e56
commit 73ea682356
15 changed files with 90 additions and 137 deletions

View File

@@ -1,5 +1,3 @@
from typing import Any, Optional
from django.http.request import HttpRequest
from django.http.response import HttpResponseForbidden