From 32d21682f4dcbb62e43ba119904ec4adfac1cefc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 29 May 2018 15:47:49 +0200 Subject: Profile migration: fix import content_type creation --- ishtar_common/management/commands/import_access_controls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/management/commands') diff --git a/ishtar_common/management/commands/import_access_controls.py b/ishtar_common/management/commands/import_access_controls.py index 62692485d..c13f41731 100644 --- a/ishtar_common/management/commands/import_access_controls.py +++ b/ishtar_common/management/commands/import_access_controls.py @@ -26,6 +26,7 @@ from django.contrib.contenttypes.models import ContentType from ishtar_common.models import PersonType + class Command(BaseCommand): args = '' help = 'Import access controls' -- cgit v1.2.3