fix migrations
This commit is contained in:
parent
8e0b19b8b0
commit
06c518501d
14
apps/main/migrations/0015_merge_20190918_1341.py
Normal file
14
apps/main/migrations/0015_merge_20190918_1341.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.4 on 2019-09-18 13:41
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('main', '0014_feature_priority'),
|
||||||
|
('main', '0014_carousel'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user