Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
git-svn-id: http://django-mailer.googlecode.com/svn/trunk@60 09d42984-cf36-0410-8cf8-11b756d0386d
  • Loading branch information
jezdez committed Jan 21, 2009
1 parent 877a858 commit 1345793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/usage.txt
Expand Up @@ -15,7 +15,8 @@ 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
form django.conf import settings
from django.conf import settings

if "mailer" in settings.INSTALLED_APPS:
from mailer import send_mail
else:
Expand Down

0 comments on commit 1345793

Please sign in to comment.