aboutsummaryrefslogtreecommitdiffstats
path: root/archive/tests.py
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-28 13:34:41 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-28 13:34:41 +0800
commit650b6c5f48bccd2f79e2489ecd9df9157bac421a (patch)
treeab7fb7065a721dc1af2029c8dbf8021c1cbc2b27 /archive/tests.py
parent5af86ee6cbb4d9561c8f0a32d064f1ccd4e4b1cf (diff)
downloaddjango-skaschool-650b6c5f48bccd2f79e2489ecd9df9157bac421a.tar.bz2
* 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
Diffstat (limited to 'archive/tests.py')
-rw-r--r--archive/tests.py3
1 files changed, 3 insertions, 0 deletions
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.