fixed migrations

This commit is contained in:
Anatoly 2019-08-27 17:50:24 +03:00
parent ee619922fa
commit df2e60254e

View File

@ -1,12 +1,13 @@
# Generated by Django 2.2.4 on 2019-08-27 12:05
from django.db import migrations, models
import django.db.models.deletion
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('gallery', '0001_initial'),
('collection', '0005_auto_20190823_1401'),
]