Run black over entire codebase
This commit is contained in:
@ -7,14 +7,12 @@ from django.db import migrations, models
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0007_casestudy_slug'),
|
||||
]
|
||||
dependencies = [("map", "0007_casestudy_slug")]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='casestudy',
|
||||
name='date_created',
|
||||
model_name="casestudy",
|
||||
name="date_created",
|
||||
field=models.DateTimeField(auto_now=True),
|
||||
),
|
||||
)
|
||||
]
|
||||
|
Reference in New Issue
Block a user