robosats/chat/views.py
2022-02-17 11:50:10 -08:00

7 lines
156 B
Python

from django.shortcuts import render
# def room(request, order_id):
# return render(request, 'chatroom.html', {
# 'order_id': order_id
# })