added merge migration
This commit is contained in:
parent
d2af496b17
commit
0af5de9bd4
14
apps/main/migrations/0035_merge_20191112_1218.py
Normal file
14
apps/main/migrations/0035_merge_20191112_1218.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Generated by Django 2.2.7 on 2019-11-12 12:18
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0034_sitefeature_nested'),
|
||||
('main', '0034_auto_20191112_0104'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user