Create Makefile and remove more files

This commit is contained in:
2022-10-12 07:22:22 +01:00
parent 229d293f1e
commit 71aacef372
5 changed files with 29 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ class Home(View):
template_name = "index.html"
async def get(self, request):
# await sleep(1)
await sleep(1)
return render(request, self.template_name)