Generated: Thu 2012-06-07 23:06 SGT
Source file: /Users/martin/Projects/pycon-apac-2012/tdd-with-django/reusable-app/myapp/views.py
Stats: 2 executed, 0 missed, 1 excluded, 3 ignored
"""Views for appname application."""
from django.views.generic import TemplateView
class HomeView(TemplateView):
template_name = 'myapp/home.html'