Add chat App
This commit is contained in:
5
core/chat/views.py
Normal file
5
core/chat/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# chat/views.py
|
||||
from django.shortcuts import render
|
||||
|
||||
def index(request):
|
||||
return render(request, "chat/index.html")
|
||||
Reference in New Issue
Block a user