Fix last night's bugs
This commit is contained in:
@ -14,8 +14,6 @@ class Migration(migrations.Migration):
|
||||
migrations.AddField(
|
||||
model_name="book",
|
||||
name="preview_image",
|
||||
field=bookwyrm.models.fields.ImageField(
|
||||
blank=True, null=True, upload_to="cover_previews/"
|
||||
),
|
||||
field=models.ImageField(blank=True, null=True, upload_to="cover_previews/"),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user