Private
Public Access
1
0

migration fixed

This commit is contained in:
Sander Roosendaal
2020-05-26 20:15:07 +02:00
parent 0eef902ccc
commit 16ca9da117
2 changed files with 143 additions and 64 deletions

File diff suppressed because one or more lines are too long

View File

@@ -42,6 +42,10 @@ 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