Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jalim committed Dec 16, 2010
1 parent 896893d commit d107016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/usage.txt
@@ -1,4 +1,3 @@

=====
Usage
=====
Expand Down Expand Up @@ -42,7 +41,7 @@ core mail support you can do the following in your code::
# favour django-mailer-2 but fall back to django.core.mail
from django.conf import settings

if "mailer" in settings.INSTALLED_APPS:
if "django_mailer" in settings.INSTALLED_APPS:
from django_mailer import send_mail
else:
from django.core.mail import send_mail
Expand Down

0 comments on commit d107016

Please sign in to comment.