diff options
author | 2021-10-06 20:34:25 +0100 | |
---|---|---|
committer | 2021-10-06 20:34:25 +0100 | |
commit | 3e0c866ab87957f44224a2c97735c644da47bf8c (patch) | |
tree | 8ef45354bb952dc17f0c6980ef49e70764cccf2a /pydis_site/settings.py | |
parent | Merge pull request #600 from python-discord/netlify-logo (diff) | |
parent | Merge branch 'main' into fix-http-links (diff) |
Merge pull request #599 from python-discord/fix-http-links
Switches HTTP Links To HTTPS
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 656676da..1fb8b58e 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -202,7 +202,7 @@ else: PARENT_HOST = env('PARENT_HOST', default='pythondiscord.com') # Django REST framework -# http://www.django-rest-framework.org +# https://www.django-rest-framework.org REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework.authentication.TokenAuthentication', |