sopermaf / polyglossa

Website for teaching English in group seminars
0 stars 0 forks source link

Async Tasks #71

Closed sopermaf closed 3 years ago

sopermaf commented 3 years ago

Added method for sending emails via async tasks in PythonAnywhere

Celery is not an option as it is not supported by PythonAnywhere.

The decided upon solution is to create tasks in the DB which will be picked up by a cron job and sent on to the end user

closes #25 and also closes #36