Add merged migrations

This commit is contained in:
Виктор Гладких 2019-10-24 15:34:35 +03:00
parent a93a2ccc6a
commit df52c8a582

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-10-24 12:33
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('account', '0016_auto_20191024_0830'),
('account', '0016_auto_20191024_0833'),
]
operations = [
]