ejemplo-de-chat-con-Django/apps/front/views.py
Andros Fenollosa 75de13e7a2 add
2020-11-15 10:52:18 +01:00

5 lines
96 B
Python

from django.shortcuts import render
def chat(request):
return render(request, 'chat.html')