Merge pull request #315 from lb-/chore/update-external-urls

update external urls (https) & new links
pull/316/head
Storm Heg 2022-01-19 15:57:58 +01:00 zatwierdzone przez GitHub
commit 0df979ec70
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -14,10 +14,10 @@ INSTALLED_APPS = (
...
)
or see http://kave.github.io/general/2015/12/06/wagtail-streamfield-icons.html
or see https://thegrouchy.dev/general/2015/12/06/wagtail-streamfield-icons.html
This demo project includes the full font-awesome set via CDN in base.html, so the entire
font-awesome icon set is available to you. Options are at http://fontawesome.io/icons/.
font-awesome icon set is available to you. Options are at https://fontawesome.com/icons .
'''

Wyświetl plik

@ -76,7 +76,7 @@ if ELASTICSEARCH_ENDPOINT:
)
elif AWS_REGION:
# No API keys in the environ, so attempt to discover them with Boto instead, per:
# http://boto3.readthedocs.io/en/latest/guide/configuration.html#configuring-credentials
# https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#configuring-credentials
# This may be useful if your credentials are obtained via EC2 instance meta data.
from aws_requests_auth.boto_utils import BotoAWSRequestsAuth
WAGTAILSEARCH_BACKENDS['default']['HOSTS'][0]['http_auth'] = BotoAWSRequestsAuth(