79253130

Date: 2024-12-05 01:08:15
Score: 0.5
Natty:
Report link

from django.utils.decorators import method_decorator

@method_decorator(login_required, name="dispatch")
class MyExampleView(TemplateView):
    template_name = "example.html"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Putna