10 lines
191 B
Python
10 lines
191 B
Python
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("location_data", "0012_remote_sensing_subdivision_models"),
|
|
]
|
|
|
|
operations = []
|