summaryrefslogtreecommitdiff
path: root/horizon/test/test_dashboards/dogs/puppies/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/test/test_dashboards/dogs/puppies/views.py')
-rw-r--r--horizon/test/test_dashboards/dogs/puppies/views.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/horizon/test/test_dashboards/dogs/puppies/views.py b/horizon/test/test_dashboards/dogs/puppies/views.py
deleted file mode 100644
index 3f1df5e2..00000000
--- a/horizon/test/test_dashboards/dogs/puppies/views.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from horizon import views
-
-
-class IndexView(views.APIView):
- # A very simple class-based view...
- template_name = 'dogs/puppies/index.html'
-
- def get_data(self, request, context, *args, **kwargs):
- # Add data to the context here...
- return context