Lint source code
This commit is contained in:
parent
45986cb0e8
commit
afcfc71e85
4 changed files with 58 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue