issue #17
* added threading for invitation emails to avoid wsgi timeouts for big elections * added email success/failure feedback for the sending of invitations in the session's management. This is done asynchronous with django channels and modals and alerts that show the failed email addresses
parent
75ab3f58
No related branches found
No related tags found
Showing
- management/consumers.py 12 additions, 1 deletionmanagement/consumers.py
- management/forms.py 8 additions, 9 deletionsmanagement/forms.py
- management/models.py 50 additions, 1 deletionmanagement/models.py
- management/static/management/css/style.css 8 additions, 0 deletionsmanagement/static/management/css/style.css
- management/templates/management/base.html 24 additions, 0 deletionsmanagement/templates/management/base.html
- management/templates/management/session.html 25 additions, 22 deletionsmanagement/templates/management/session.html
- static/js/reload.js 17 additions, 3 deletionsstatic/js/reload.js
- vote/models.py 15 additions, 9 deletionsvote/models.py
Loading
Please register or sign in to comment