Added sample angularjs page to be served by Django, updated admin styles.

This commit is contained in:
Chris Church
2013-03-14 15:52:35 -04:00
parent 1117fb0656
commit da9a31b599
24 changed files with 9554 additions and 4 deletions

4
lib/web/views.py Normal file
View File

@@ -0,0 +1,4 @@
from django.views.generic.base import TemplateView
class IndexView(TemplateView):
template_name = 'index.html'