From a25605b9c1fd64806c4e3cf76936b65107d83a2e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 5 Aug 2022 13:56:28 +0200 Subject: Imports: add post importer actions in order to manage account importer --- ishtar_common/models_imports.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models_imports.py') diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index 5cf672877..f7a35f849 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -876,6 +876,7 @@ TARGET_MODELS = [ ("ishtar_common.models.SourceType", _("Source type")), ("AuthorType", _("Author type")), ("Format", _("Format")), + ("ProfileType", _("Profile type")), ("ishtar_common.models.Format", _("Format")), ("ishtar_common.models.LicenseType", _("License type")), ("ishtar_common.models.DocumentTag", _("Document tag")), -- cgit v1.2.3