Author: leidel
Date: Tue Dec 16 20:26:26 2008
New Revision: 47

Modified:
    wiki/QuickStartGuide.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/QuickStartGuide.wiki
==============================================================================
--- wiki/QuickStartGuide.wiki   (original)
+++ wiki/QuickStartGuide.wiki   Tue Dec 16 20:26:26 2008
@@ -12,9 +12,10 @@
  Because django-mailer currently uses the same function signature as  
django's core mail support you can do the following in your code

  {{{
-# favour django-mailer but fall back to django.core.mail
  from django.db import models
  from django.core.exceptions import ImproperlyConfigured
+
+# favour django-mailer but fall back to django.core.mail
  try:
      mailer = models.get_app("mailer")
      from mailer import send_mail

--~--~---------~--~----~------------~-------~--~----~
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