DEPR-14 Remove AWS.py

This commit is contained in:
Cory Lee
2019-03-21 12:29:01 -04:00
parent 17a993b70a
commit ac4845d052
36 changed files with 55 additions and 1745 deletions

View File

@@ -338,7 +338,8 @@ class OAuth2ProviderConfig(ProviderConfig):
help_text=(
"Which python-social-auth OAuth2 provider backend to use. "
"The list of backend choices is determined by the THIRD_PARTY_AUTH_BACKENDS setting."
# To be precise, it's set by AUTHENTICATION_BACKENDS - which aws.py sets from THIRD_PARTY_AUTH_BACKENDS
# To be precise, it's set by AUTHENTICATION_BACKENDS
# which production.py sets from THIRD_PARTY_AUTH_BACKENDS
)
)
key = models.TextField(blank=True, verbose_name="Client ID")