mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
feat: page login
This commit is contained in:
Binary file not shown.
@@ -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')
|
||||
Reference in New Issue
Block a user