added merge migration

This commit is contained in:
Anatoly 2019-10-11 16:36:34 +03:00
parent 32d56ffe83
commit 868a3c1b78

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-10-11 13:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('account', '0009_auto_20191002_0648'),
('account', '0010_user_password_confirmed'),
]
operations = [
]