mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
5 lines
116 B
Python
5 lines
116 B
Python
from django.views.generic.base import TemplateView
|
|
|
|
class IndexView(TemplateView):
|
|
template_name = 'index.html'
|