2.1.1 import country flags

This commit is contained in:
SDE
2024-12-05 17:38:08 +03:00
parent a140ffe523
commit e56d29c322
262 changed files with 6079 additions and 3 deletions

View File

@@ -146,6 +146,13 @@ def get_image_thumb(self, obj):
except:
image_url = None
if not image_url:
try:
if obj.flag:
image_url = obj.flag.url
except:
image_url = None
if not image_url:
try:
if obj.images_gallery: