merge for migration
This commit is contained in:
parent
f6e5f84889
commit
267544a0b1
14
apps/location/migrations/0028_merge_20191119_0647.py
Normal file
14
apps/location/migrations/0028_merge_20191119_0647.py
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Generated by Django 2.2.7 on 2019-11-19 06:47
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('location', '0027_auto_20191118_1313'),
|
||||||
|
('location', '0027_auto_20191118_1011'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user