mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-19 19:40:18 -04:00
5 lines
130 B
Python
5 lines
130 B
Python
from django.shortcuts import render
|
|
|
|
# Create your views here.
|
|
def index (request):
|
|
return render(request, 'pages/index.html') |