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

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,7 @@
# coding=utf-8
from django.shortcuts import render
# Create your views here.
def problem_page(request, problem_id):
# todo
return render(request, "problem/problem.html")