Load bookmark thumbnails after import (#724)

* Update thumbnails after import

* Safer way to download thumbnails

* small test improvements

* add missing tests

---------

Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
This commit is contained in:
Viacheslav Slinko
2024-05-10 10:19:00 +03:00
committed by GitHub
parent 87cd4061cb
commit b4376a9ff1
9 changed files with 263 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
# Generated by Django 5.0.3 on 2024-05-07 07:27
# Generated by Django 5.0.3 on 2024-05-10 07:01
from django.db import migrations, models
@@ -13,7 +13,7 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name="bookmark",
name="preview_image_file",
field=models.CharField(blank=True, max_length=512, null=True),
field=models.CharField(blank=True, max_length=512),
),
migrations.AddField(
model_name="userprofile",