Initial file uploding w/ new "files" app
This commit is contained in:
18
apps/map/migrations/0056_delete_shapefile.py
Normal file
18
apps/map/migrations/0056_delete_shapefile.py
Normal file
@ -0,0 +1,18 @@
|
||||
# -*- 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):
|
||||
|
||||
dependencies = [
|
||||
('map', '0055_auto_20180419_1650'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Shapefile',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user