Create Makefile and remove more files
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user