Run black over entire codebase
This commit is contained in:
@ -7,14 +7,15 @@ from django.db import migrations, models
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0030_auto_20171103_1608'),
|
||||
]
|
||||
dependencies = [("map", "0030_auto_20171103_1608")]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='casestudy',
|
||||
name='synopsis',
|
||||
field=models.TextField(help_text='Briefly describe the project. This will be displayed at the top of the case study page. Maximum 500 chars (about 3½ tweets)', verbose_name='Synopsis'),
|
||||
),
|
||||
model_name="casestudy",
|
||||
name="synopsis",
|
||||
field=models.TextField(
|
||||
help_text="Briefly describe the project. This will be displayed at the top of the case study page. Maximum 500 chars (about 3½ tweets)",
|
||||
verbose_name="Synopsis",
|
||||
),
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user