robosats/chat/views.py

7 lines
156 B
Python
Raw Normal View History

2022-01-13 11:07:20 +00:00
from django.shortcuts import render
# def room(request, order_id):
# return render(request, 'chatroom.html', {
# 'order_id': order_id
2022-02-17 19:50:10 +00:00
# })