SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 4d8bb7db authored by George Katsikas's avatar George Katsikas :goat:
Browse files

update staging configuration

parent f3170934
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ cd /home/scipost/SciPost/scipost_django
source ../venv3.8/bin/activate
# Mails waiting in the database
#python manage.py send_mails
python manage.py mailgun_get_events --nr_minutes=2 --settings=SciPost_v1.settings.staging_do1
python manage.py mailgun_get_stored_messages --settings=SciPost_v1.settings.staging_do1
python manage.py mailgun_send_messages --settings=SciPost_v1.settings.staging_do1
python manage.py send_mails
# python manage.py mailgun_get_events --nr_minutes=2 --settings=SciPost_v1.settings.staging_do1
# python manage.py mailgun_get_stored_messages --settings=SciPost_v1.settings.staging_do1
# python manage.py mailgun_send_messages --settings=SciPost_v1.settings.staging_do1
......@@ -24,6 +24,9 @@ WEBPACK_LOADER["DEFAULT"][
LOGGING["handlers"]["scipost_file_arxiv"][
"filename"
] = "/home/scipost/SciPost/local_files/logs/arxiv.log"
LOGGING["handlers"]["scipost_file_chemrxiv"][
"filename"
] = "/home/scipost/SciPost/local_files/logs/chemrxiv.log"
LOGGING["handlers"]["scipost_file_doi"][
"filename"
] = "/home/scipost/SciPost/local_files/logs/doi.log"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment