Files
qivip/core/chat/views.py
2025-03-15 12:15:45 +01:00

5 lines
118 B
Python

# chat/views.py
from django.shortcuts import render
def index(request):
return render(request, "chat/index.html")