1st commit

This commit is contained in:
2026-05-25 19:45:43 -03:00
commit 55087c8278
44 changed files with 1522 additions and 0 deletions

5
pollme/views.py Normal file
View File

@@ -0,0 +1,5 @@
from django.shortcuts import render
def home(request):
return render(request,'home.html')