feat: login view

This commit is contained in:
2024-11-21 11:43:38 +01:00
parent 96eb517962
commit 2c7e51d602
15 changed files with 369 additions and 151 deletions
+4
View File
@@ -1,3 +1,7 @@
from django.http.response import HttpResponse
from django.shortcuts import render
# Create your views here.
def index(request, *args, **kwargs):
return HttpResponse("Hello there")