From 0d52cdca9e00fc51d6aa16773827e18ed7aea154 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 14 Nov 2021 09:07:43 +0100 Subject: [PATCH] Import Gallery from photologue directly --- photologue_custom/management/commands/duplicate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photologue_custom/management/commands/duplicate.py b/photologue_custom/management/commands/duplicate.py index c9fd70a..634e057 100644 --- a/photologue_custom/management/commands/duplicate.py +++ b/photologue_custom/management/commands/duplicate.py @@ -1,5 +1,5 @@ from django.core.management.base import BaseCommand, CommandError -from photologue_custom.models import Gallery +from photologue.models import Gallery import hashlib