ft_transcendence/frontend/views.py

8 lines
124 B
Python
Raw Normal View History

2023-11-21 13:15:16 -05:00
from django.shortcuts import render
# Create your views here.
2023-11-27 09:10:06 -05:00
2023-11-21 13:15:16 -05:00
def index_view(req):
return render(req, 'index.html');