From a1a1b524fd02a57bd514ed95580fea8b67e1cede Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 6 Oct 2021 18:36:16 +0200 Subject: Syndication - docs, api permissions Permissions by token, IP and by model. --- ishtar_common/models.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/models.py') 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, -- cgit v1.2.3