gault-millau/apps/gallery/migrations/0006_merge_20191027_1758.py
2019-10-28 10:59:28 +03:00

15 lines
273 B
Python

# Generated by Django 2.2.4 on 2019-10-27 17:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('gallery', '0005_auto_20191027_0756'),
('gallery', '0005_auto_20191025_0914'),
]
operations = [
]