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