diff --git a/ungleichotp/ungleichotp/settings.py b/ungleichotp/ungleichotp/settings.py index 8197a63..3044056 100644 --- a/ungleichotp/ungleichotp/settings.py +++ b/ungleichotp/ungleichotp/settings.py @@ -104,7 +104,7 @@ AUTH_PASSWORD_VALIDATORS = [ from rest_framework import exceptions from rest_framework import authentication -from otpauth import OTPSeed +from otpauth.models import OTPSeed from otpauth.serializer import TokenSerializer class OTPAuthentication(authentication.BaseAuthentication):