Add: thumbnail fields to the PostFile model

This commit is contained in:
Aroy-Art 2025-02-26 14:06:07 +01:00
parent f783d29202
commit 4d4c1c7e11
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,4 @@
from itertools import count
from typing import Dict, List, Optional
from rest_framework import serializers