15 lines
275 B
Python
15 lines
275 B
Python
# Generated by Django 2.2.4 on 2019-10-23 13:17
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('account', '0014_merge_20191023_0959'),
|
|
('account', '0012_merge_20191015_0912'),
|
|
]
|
|
|
|
operations = [
|
|
]
|