Update new migrations and add bootstrap and leaflet-hash.js
This commit is contained in:
24
apps/map/migrations/0020_auto_20171102_2219.py
Normal file
24
apps/map/migrations/0020_auto_20171102_2219.py
Normal file
@ -0,0 +1,24 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.6 on 2017-11-02 22:19
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0019_casestudy_coordinate_reference_system'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='casestudy',
|
||||
name='type_of_extraction_other',
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='casestudy',
|
||||
name='type_of_extraction',
|
||||
field=models.CharField(blank=True, choices=[('SUR', 'Surface (open pit/open cast/open cut mining'), ('SUB', 'Sub-surface (underground mining)'), ('SEA', 'Seabed mining'), ('URB', 'Urban mining/recycling')], default=None, max_length=2, null=True, verbose_name='Type of extraction'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user