ruff formatting
This commit is contained in:
@@ -34,7 +34,8 @@ def get_image_list(folder_name):
|
||||
img_dict = {
|
||||
"title": img,
|
||||
"image_url": os.path.join(
|
||||
settings.MEDIA_URL + gallery_path, folder_name + "/" + img
|
||||
settings.MEDIA_URL + gallery_path,
|
||||
folder_name + "/" + img,
|
||||
),
|
||||
"thumb_url": thumb_url,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user