OnlineJudge/problem/migrations/0006_merge.py

16 lines
297 B
Python
Raw Normal View History

2015-08-13 12:29:11 +00:00
# -*- 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 = [
]