15 lines
275 B
Python
15 lines
275 B
Python
# Generated by Django 2.2.7 on 2019-11-16 11:32
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('location', '0028_merge_20191115_1302'),
|
|
('location', '0026_country_is_active'),
|
|
]
|
|
|
|
operations = [
|
|
]
|