Commit d8945a36 authored by King Arthur's avatar King Arthur

Added a functional test that checks if the short details of each character all...

Added a functional test that checks if the short details of each character all appear on the home page.
parent f9979f17
...@@ -4,6 +4,7 @@ from django.views.generic.base import TemplateView ...@@ -4,6 +4,7 @@ from django.views.generic.base import TemplateView
# Create your views here. # Create your views here.
class HomePageView(TemplateView): class HomePageView(TemplateView):
template_name = "home.html" template_name = "home.html"
class DetailCloudView(TemplateView): class DetailCloudView(TemplateView):
template_name = "detail_cloud.html" template_name = "detail_cloud.html"
class DetailSunfloweyView(TemplateView): class DetailSunfloweyView(TemplateView):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment