- login now working (but not if refresh page
    - Starting singlepage
Django
    - Added path
This commit is contained in:
Kum1ta
2024-08-25 17:21:05 +02:00
parent e6e95de5ea
commit 49f7ba43e6
24 changed files with 292 additions and 238 deletions

View File

@ -4,3 +4,6 @@ from .models import User
def index(request):
return render(request, "index.html", {})
def homePage(request):
return render(request, "homePage.html", {})