fixed migrations
This commit is contained in:
parent
ee619922fa
commit
df2e60254e
|
|
@ -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'),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user