0020_merge.py
15 lines
| 282 B
| text/x-python
|
PythonLexer
neko259
|
r1227 | # -*- coding: utf-8 -*- | ||
from __future__ import unicode_literals | ||||
from django.db import models, migrations | ||||
class Migration(migrations.Migration): | ||||
dependencies = [ | ||||
('boards', '0019_merge'), | ||||
('boards', '0019_auto_20150519_1323'), | ||||
] | ||||
operations = [ | ||||
] | ||||