Fix last night's bugs

This commit is contained in:
Joachim
2021-05-26 09:09:13 +02:00
parent 5b03934ec3
commit 8c25272462
4 changed files with 10 additions and 12 deletions

View File

@ -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/"),
),
]