Update new migrations and add bootstrap and leaflet-hash.js
This commit is contained in:
25
apps/map/migrations/0023_auto_20171102_2232.py
Normal file
25
apps/map/migrations/0023_auto_20171102_2232.py
Normal file
@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.6 on 2017-11-02 22:32
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0022_casestudy_projected_production_of_commodities'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='casestudy',
|
||||
name='approximate_total_investment',
|
||||
field=models.PositiveIntegerField(blank=None, default=None, help_text='Enter the approximate total investment in USD ($).', null=True, verbose_name='Approximate total investment'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='casestudy',
|
||||
name='contractor_or_supplier_of_technology',
|
||||
field=models.CharField(blank=None, default=None, help_text='List companies that act as contractors or suppliers of technology related to energy storage.', max_length=256, null=True, verbose_name='Contractor and/or supplier of technology'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user