mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
5 lines
116 B
Python
5 lines
116 B
Python
from django.views.generic.base import TemplateView
|
|
|
|
class IndexView(TemplateView):
|
|
template_name = 'index.html'
|