[oauth] Adding oauth pattern

This commit is contained in:
2024-10-14 18:13:00 -04:00
parent 20542ac7e9
commit 7604327ca9
4 changed files with 1114 additions and 946 deletions

View File

@ -112,6 +112,7 @@ INSTALLED_APPS = [
"storages",
"taggit",
"rest_framework.authtoken",
"oauth2_provider",
"encrypted_field",
"profiles",
"scrobbles",