Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 24 by chris.leemesser: notification fails if mailer is on path  
but not an installed app
http://code.google.com/p/django-notification/issues/detail?id=24

What steps will reproduce the problem?
I noticed when testing notification that if django-mailer is the
PYTHONPATH, notification will not fall back to django's mail system because
import mailer succeed.  send() will then traceback upon attempting to
insert into non-existent datbase tables.

Solution: in the test for django-mailer, add models.get_app('mailer').

Attachments:
        001-django-mailer-test.patch  526 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to