feat: page login

This commit is contained in:
2025-01-14 11:02:56 -03:00
parent 5040744c8a
commit 3b006e7a63
16 changed files with 59 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
from django.shortcuts import render
from django.contrib.auth.models import User
from gestaoRaul.decorators import group_required
# Create your views here.
def clients(request):
return render(request, 'clients.html')