aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/pages/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/pages/views.py')
-rw-r--r--alphabetlearning/pages/views.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/alphabetlearning/pages/views.py b/alphabetlearning/pages/views.py
new file mode 100644
index 0000000..81d4392
--- /dev/null
+++ b/alphabetlearning/pages/views.py
@@ -0,0 +1,5 @@
+from django.views.generic import TemplateView
+
+
+class HomePageView(TemplateView):
+ template_name = "pages/home.html"