merge migrations
This commit is contained in:
parent
d79946633e
commit
0f595ee40b
14
apps/gallery/migrations/0004_merge_20191025_0906.py
Normal file
14
apps/gallery/migrations/0004_merge_20191025_0906.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.4 on 2019-10-25 09:06
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('gallery', '0002_auto_20191023_1207'),
|
||||||
|
('gallery', '0003_auto_20191003_1228'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
14
apps/news/migrations/0029_merge_20191025_0906.py
Normal file
14
apps/news/migrations/0029_merge_20191025_0906.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.4 on 2019-10-25 09:06
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('news', '0028_auto_20191024_1649'),
|
||||||
|
('news', '0021_auto_20191021_1120'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user