Fix last night's bugs
This commit is contained in:
parent
5b03934ec3
commit
8c25272462
4 changed files with 10 additions and 12 deletions
|
@ -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/"),
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue