gault-millau/apps/account/migrations/0017_merge_20191024_1233.py
Виктор Гладких df52c8a582 Add merged migrations
2019-10-24 15:34:35 +03:00

15 lines
273 B
Python

# 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 = [
]