mirror of
https://github.com/Django-LiveView/demo-doom
synced 2026-01-08 06:13:40 +01:00
6 lines
119 B
Python
6 lines
119 B
Python
from django.views.generic import TemplateView
|
|
|
|
|
|
class DoomPixelView(TemplateView):
|
|
template_name = "doom_viewer.html"
|