Private
Public Access
1
0

fixed settings

This commit is contained in:
Sander Roosendaal
2020-05-26 20:17:43 +02:00
parent 0229dba4ee
commit 2a4991f7f7

View File

@@ -42,7 +42,9 @@ TESTING = False
ALLOWED_HOSTS = CFG['allowed_hosts']
OAUTH2_PROVIDER_ACCESS_TOKEN_MODEL = 'oauth2_provider.AccessToken'
OAUTH2_PROVIDER_APPLICATION_MODEL = 'oauth2_provider.Application'
OAUTH2_PROVIDER_REFRESH_TOKEN_MODEL = 'oauth2_provider.RefreshToken'
# Application definition
INSTALLED_APPS = [