demo-HTML-over-WebSockets-i.../apps/front/views.py

5 lines
96 B
Python
Raw Normal View History

2021-03-07 18:15:29 +01:00
from django.shortcuts import render
def blog(request):
return render(request, 'blog.html')