diff --git a/access_restriction_by_ip/models/__init__.py b/access_restriction_by_ip/models/__init__.py index d8abd2496..00350adcc 100644 --- a/access_restriction_by_ip/models/__init__.py +++ b/access_restriction_by_ip/models/__init__.py @@ -20,6 +20,6 @@ # If not, see . # ############################################################################## -import allowed_ips +from . import allowed_ips