Update new migrations and add bootstrap and leaflet-hash.js
This commit is contained in:
25
apps/map/migrations/0030_auto_20171103_1608.py
Normal file
25
apps/map/migrations/0030_auto_20171103_1608.py
Normal file
@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.6 on 2017-11-03 16:08
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0029_casestudy_negative_case_reasons'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='casestudy',
|
||||
name='wants_conversation_with_ojuso',
|
||||
field=models.NullBooleanField(default=None, help_text='This would be a conversation about challenging or engaging related developers, companies and investors.', verbose_name='Would you like to have a conversation with the ojuso team?'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='casestudy',
|
||||
name='describe_ecosystem',
|
||||
field=models.TextField(help_text='In your own words, add more detail about the ecosystem.', verbose_name='Describe the ecosystem'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user