diff --git a/SciPost_v1/settings/base.py b/SciPost_v1/settings/base.py index 00639b58cffb93a3869f3a5d6795ab1acc6664d0..eb4f73096dc327b25fa0d2687c14e45ad6f3b6f6 100644 --- a/SciPost_v1/settings/base.py +++ b/SciPost_v1/settings/base.py @@ -379,7 +379,7 @@ LOGGING = { # Celery scheduled tasks CELERY_RESULT_BACKEND = 'django-db' -CELERY_BROKER_URL = 'amqp://guest:guest@localhost:17483//' +CELERY_BROKER_URL = 'amqp://guest:guest@localhost:5672//' CELERY_IMPORTS = ('submissions.tasks', ) diff --git a/SciPost_v1/settings/production.py b/SciPost_v1/settings/production.py index b29857897e9eaa74a1c564222e575c8686f86976..ef15b901964646f3d808284beffb47e5fc94ac63 100644 --- a/SciPost_v1/settings/production.py +++ b/SciPost_v1/settings/production.py @@ -54,5 +54,5 @@ ITHENTICATE_PASSWORD = get_secret('ITHENTICATE_PASSWORD') LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/home/scipost/webapps/scipost/logs/arxiv.log' LOGGING['handlers']['scipost_file_doi']['filename'] = '/home/scipost/webapps/scipost/logs/doi.log' - -#BROKER_URL = 'amqp://guest:guest@localhost:5672//' +# Celery scheduled tasks +CELERY_BROKER_URL = get_secret('CELERY_BROKER_URL') diff --git a/scipost/templates/scipost/sitemap.xml b/scipost/templates/scipost/sitemap.xml index 98d2c9a4e00d88f9398e87ca11312a7ab8c22054..0756cad4d55af689cedae1ee144c59578fdbf574 100644 --- a/scipost/templates/scipost/sitemap.xml +++ b/scipost/templates/scipost/sitemap.xml @@ -6,7 +6,7 @@ <url><loc>https://scipost.org/finances/subsidies</loc></url> {% for newsitem in newsitems %} - <url><loc>https://scipost.org{{ newsitem.get_absolute_url }}</locL</url> + <url><loc>https://scipost.org{{ newsitem.get_absolute_url }}>/locL>/url> {% endfor %} {% for journal in journals %}