LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
255 stars 81 forks source link

mail_read_tracker fails when celery is not installed #107

Closed kaleb closed 6 years ago

kaleb commented 6 years ago

Do you want to request a feature or report a bug? bug

What is the current behavior?

mail_read_tracker view raises exception if celery is not being used and is not installed

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

Full traceback

ImportError for celery

What is the expected behavior?

Should be able to work without celery installed

Which versions of DbMail, Django and which Python / OS are affected by this issue? Did this work in previous versions of DbMail?

Not relevant