robosats/chat/views.py

7 lines
156 B
Python
Raw Normal View History

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