diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-08-05 13:56:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:17 +0100 |
commit | 371e2bbff3d9d71baeb2a26ab2c1ec9ad3a86a13 (patch) | |
tree | 2567ea29a01befbaa4ba84aea03a3f952875097f /ishtar_common/models_imports.py | |
parent | 9945b83c5184a1c794f0e8b7ae854ff1c6a812b0 (diff) | |
download | Ishtar-371e2bbff3d9d71baeb2a26ab2c1ec9ad3a86a13.tar.bz2 Ishtar-371e2bbff3d9d71baeb2a26ab2c1ec9ad3a86a13.zip |
Imports: add post importer actions in order to manage account importer
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r-- | ishtar_common/models_imports.py | 1 |
1 files changed, 1 insertions, 0 deletions
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")), |