dev-coop/meancoach

View on GitHub
meancoach_project/apps/meancoach/views.py

Summary

Maintainability
A
0 mins
Test Coverage
from django.views.generic import TemplateView


class IndexPage(TemplateView):
    template_name = 'index.html'