Explicitly import the right settings
This commit is contained in:
parent
77230af4c3
commit
f8366b18f7
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ from oidc_provider.lib.errors import *
|
|||
from oidc_provider.lib.utils.params import *
|
||||
from oidc_provider.lib.utils.token import *
|
||||
from oidc_provider.models import *
|
||||
from oidc_provider import settings
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Reference in a new issue