forked from uncloud/uncloud
5 lines
127 B
Python
5 lines
127 B
Python
|
from django.views.generic.base import TemplateView
|
||
|
|
||
|
class UncloudIndex(TemplateView):
|
||
|
template_name = "uncloud/index.html"
|