proper linting
This commit is contained in:
parent
5251ec2639
commit
35bf019089
|
@ -5,8 +5,6 @@ from django.views.generic import TemplateView
|
||||||
class Index(TemplateView):
|
class Index(TemplateView):
|
||||||
template_name = 'home.html'
|
template_name = 'home.html'
|
||||||
|
|
||||||
def home(request):
|
|
||||||
return render(request, 'home.html')
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def handler404(request):
|
def handler404(request):
|
||||||
|
|
Loading…
Reference in a new issue