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
256 stars 80 forks source link

Is it any requirement of celery to install along with dbmail ? #58

Closed sagarg1988 closed 8 years ago

sagarg1988 commented 8 years ago

I have install dbmail , when i try to run the code ,I get this error 'module' object is not callable

and which shows me the error near line if celery_supported() and use_celery is True: line number 45

and import dbmail.tasks line number 24

Can anyone tell me what is wrong ?

gotlium commented 8 years ago

Show me a full python stack trace

sagarg1988 commented 8 years ago

Sorry I got the problem, It was my typo.