Author: leidel
Date: Wed Jan 21 01:23:52 2009
New Revision: 60
Modified:
trunk/docs/usage.txt
Log:
Fixed typo
Modified: trunk/docs/usage.txt
==============================================================================
--- trunk/docs/usage.txt (original)
+++ trunk/docs/usage.txt Wed Jan 21 01:23:52 2009
@@ -15,7 +15,8 @@
core mail support you can do the following in your code::
# favour django-mailer but fall back to django.core.mail
- form django.conf import settings
+ from django.conf import settings
+
if "mailer" in settings.INSTALLED_APPS:
from mailer import send_mail
else:
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---