Files
suphicakir 8efdbcd1e3 proje çalışıt halde
proje çalışıt halde
2026-08-27 00:54:09 +03:00

7 lines
131 B
Python

from django.shortcuts import render
# Create your views here.
def index(request):
return render(request, "jcore/index.html")