Solusi:Ketika saya mengubah views.py menjadi ini, itu berhasil:
@login_required
def room(request, room_name):
print('~~~DEBUG~~~')
return render(request, 'chat/room.html', {
'room_name': room_name
Solusi:Ketika saya mengubah views.py menjadi ini, itu berhasil:
@login_required
def room(request, room_name):
print('~~~DEBUG~~~')
return render(request, 'chat/room.html', {
'room_name': room_name