mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-09-25 19:57:53 +02:00
chore: fix pre-commit hook
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.shortcuts import redirect
|
||||
from django.views.generic import View
|
||||
|
||||
|
||||
class IndexView(View):
|
||||
def get(self, request, *args, **kwargs):
|
||||
return redirect("portfolio")
|
||||
Reference in New Issue
Block a user