Global Chat

This commit is contained in:
Xamora
2023-11-27 15:10:06 +01:00
parent 56b6f0e138
commit c16d281892
7 changed files with 78 additions and 30 deletions

View File

@ -2,5 +2,6 @@ from django.shortcuts import render
# Create your views here.
def index_view(req):
return render(req, 'index.html');