修改题目前端样式

This commit is contained in:
virusdefender
2015-08-13 20:29:11 +08:00
parent 2731bc9249
commit 58f9014688
6 changed files with 55 additions and 30 deletions

View File

@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('problem', '0005_auto_20150813_1807'),
('problem', '0004_auto_20150812_2254'),
]
operations = [
]