We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043e5d3 commit 231efffCopy full SHA for 231efff
oauth2_provider/migrations/0001_initial.py
@@ -11,11 +11,7 @@
11
class Migration(migrations.Migration):
12
13
dependencies = [
14
- migrations.swappable_dependency(settings.AUTH_USER_MODEL),
15
- migrations.swappable_dependency(oauth2_settings.APPLICATION_MODEL),
16
- migrations.swappable_dependency(oauth2_settings.ACCESS_TOKEN_MODEL),
17
- migrations.swappable_dependency(oauth2_settings.REFRESH_TOKEN_MODEL),
18
- migrations.swappable_dependency(oauth2_settings.GRANT_MODEL),
+ migrations.swappable_dependency(settings.AUTH_USER_MODEL)
19
]
20
21
operations = [
0 commit comments