Lint source code

This commit is contained in:
Alexandre Iooss 2021-09-22 21:24:44 +02:00
parent 45986cb0e8
commit afcfc71e85
4 changed files with 58 additions and 2 deletions

View file

@ -4,5 +4,6 @@
from django.contrib.auth.mixins import LoginRequiredMixin
from django.views.generic import TemplateView
class IndexView(LoginRequiredMixin, TemplateView):
template_name = "index.html"