8efdbcd1e3
proje çalışıt halde
7 lines
131 B
Python
7 lines
131 B
Python
from django.shortcuts import render
|
|
|
|
|
|
# Create your views here.
|
|
def index(request):
|
|
return render(request, "jcore/index.html")
|