SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 081972b9 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

cronjobs for email on staging; package.json hack (prosemirror bug)

parent 25088c78
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,7 @@ cd /home/scipoststg/webapps/scipost/scipost_v1
source venv/bin/activate
# Mails waiting in the database
python manage.py send_mails
#python manage.py send_mails
python manage.py mailgun_get_events --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
......@@ -72,5 +72,8 @@
"tiptap-extensions": "^1.28.6",
"vue": "^2.6.10",
"vue-sanitize": "^0.2.0"
},
"resolutions": {
"prosemirror-model": "1.8.2"
}
}
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