2018-04-19 19:52:40 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.11.6 on 2018-04-19 17:32
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
2019-08-19 21:37:32 +00:00
|
|
|
dependencies = [("map", "0055_auto_20180419_1650")]
|
2018-04-19 19:52:40 +00:00
|
|
|
|
2019-08-19 21:37:32 +00:00
|
|
|
operations = [migrations.DeleteModel(name="Shapefile")]
|