summaryrefslogtreecommitdiff
path: root/app/products/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/products/models.py')
-rw-r--r--app/products/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/products/models.py b/app/products/models.py
index 375c0cb..4b7dbec 100644
--- a/app/products/models.py
+++ b/app/products/models.py
@@ -10,8 +10,8 @@ from django.utils.html import format_html
from django.conf import settings
from django.template.defaultfilters import slugify
-from photos.models import PhotoGallery, LuxImage, LuxImageSize
-from photos.utils import resize_image
+from media.models import LuxImage, LuxImageSize
+from media.utils import resize_image
from utils.util import render_images, render_products, parse_video, markdown_to_html