diff --git a/config.py b/config.py index f5f2fd5..d3c80b1 100644 --- a/config.py +++ b/config.py @@ -191,7 +191,7 @@ MESSAGE_TAGS = { CACHES = { "default": { - "BACKEND": "django.core.cache.backends.memcached.MemcachedCache", + "BACKEND": "django.core.cache.backends.memcached.PyMemcacheCache", "LOCATION": [ "127.0.0.1:11211", ], @@ -238,9 +238,7 @@ TRUSTED_DEFAULT_URLS = [ "path_prefix": "/static/img/", }, { - "schemes": [ - "http", - ], + "schemes": ["http"], "host_equals": "www.planet-libre.org", "path_prefix": "/themes/planetlibre/images/", }, diff --git a/ivatar/ivataraccount/templates/assign_photo_email.html b/ivatar/ivataraccount/templates/assign_photo_email.html index 29968fe..920dcf9 100644 --- a/ivatar/ivataraccount/templates/assign_photo_email.html +++ b/ivatar/ivataraccount/templates/assign_photo_email.html @@ -34,7 +34,7 @@ outline: inherit;