robosats/chat/views.py

7 lines
156 B
Python

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