diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 6783a89b5..59248fa43 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -113,6 +113,11 @@ from ishtar_common.models_imports import ( TargetKeyGroup, ValueFormater, ) +from ishtar_common.models_rest import ( + ApiUser, + ApiSearchModel +) + from ishtar_common.utils import ( get_cache, create_slug, |