mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Added sample angularjs page to be served by Django, updated admin styles.
This commit is contained in:
4
lib/web/views.py
Normal file
4
lib/web/views.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from django.views.generic.base import TemplateView
|
||||
|
||||
class IndexView(TemplateView):
|
||||
template_name = 'index.html'
|
||||
Reference in New Issue
Block a user