Files
civic-fix/civicfix/core/views.py
T
2025-08-18 21:04:22 +05:30

4 lines
101 B
Python

from django.shortcuts import render
def home(request):
return render(request, 'core/index.html')