summaryrefslogtreecommitdiff
path: root/app/utils
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-12-02 12:41:14 -0500
committerluxagraf <sng@luxagraf.net>2020-12-02 12:41:14 -0500
commit8b2b5dec69a1d5d3c9e19c5eda48d1d6f706f9b4 (patch)
tree8ef75a6df028cdf04b2ad603cfd92a587049b15b /app/utils
parentd4e55690d3293f375cb207693e9b02b39b4a940e (diff)
ready to get rid of photos model for media model
Diffstat (limited to 'app/utils')
-rw-r--r--app/utils/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils/views.py b/app/utils/views.py
index db8cb35..8351ae9 100644
--- a/app/utils/views.py
+++ b/app/utils/views.py
@@ -7,7 +7,7 @@ from django.apps import apps
from django.shortcuts import render
from django.template import RequestContext
-from photos.models import LuxImage, LuxVideo
+from media.models import LuxImage, LuxVideo
from recordings.models import Audio