Author: leidel
Date: Wed Jan 21 00:58:11 2009
New Revision: 140
Modified:
trunk/docs/usage.txt
Log:
Fixes another typo in the docs
Modified: trunk/docs/usage.txt
==============================================================================
--- trunk/docs/usage.txt (original)
+++ trunk/docs/usage.txt Wed Jan 21 00:58:11 2009
@@ -139,7 +139,7 @@
if "notification" in settings.INSTALLED_APPS:
from notification import models as notification
- except ImproperlyConfigured:
+ else:
notification = None
and then, later::
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---