Klaus-Uwe Mitterer
54e84be36a
Copy over payment system from kumi.xxx Add missing requirements Other stuff
4 lines
No EOL
118 B
Python
4 lines
No EOL
118 B
Python
from django.views.generic import TemplateView
|
|
|
|
class HomeView(TemplateView):
|
|
template_name = "frontend/index.html" |