增加问题展示页面和相关静态文件

This commit is contained in:
virusdefender
2015-08-02 08:50:19 +08:00
parent f80d10917f
commit cac9ac91f6
10 changed files with 135 additions and 35 deletions

View File

@@ -1,3 +1,6 @@
# coding=utf-8
from django.test import TestCase
# Create your tests here.
class ProblemPageTest(TestCase):
pass