awx/lib/web/views.py

5 lines
116 B
Python

from django.views.generic.base import TemplateView
class IndexView(TemplateView):
template_name = 'index.html'