From 650b6c5f48bccd2f79e2489ecd9df9157bac421a Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Mon, 28 Apr 2014 13:34:41 +0800 Subject: * added app 'archive' to provides downloads o models: Archive, ArchiveCategory o views: ArchiveView based on TemplateView o template: archive.html o sidebar: sidebar.js, sidebar.css --- archive/tests.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 archive/tests.py (limited to 'archive/tests.py') diff --git a/archive/tests.py b/archive/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/archive/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. -- cgit v1.2.2