Issue 16: Not possible to use django-notification without on-site
notifications
http://code.google.com/p/django-notification/issues/detail?id=16
New issue report by eallik:
Not sure if the title of this issue is correct, or even if I have correctly
understood the intended
use of django-notification, but...
I'm trying to set up a scenario in which users get notified by e-mail when
certain events occur
(i.e. a user gets subscribed to an event). I don't need on site
notifications or notification feeds or
anything. The problem is when calling notification.send, I get:
Reverse for 'notification_notices' with arguments '()' and keyword
arguments '{}' not found.
On closer investigation, I discovered that I hadn't included
notification.urls in my URLconf. Even
though I don't need any notification URLs whatsoever, I did an
include('notification.urls') in my
URLconf to satisfy the requirement to be able to
reverse('notification_notices'), only to get:
No module named atomformat
That's because notification.urls imports notification.views which in turn
does "from atomformat
import Feed".
Basically my suggestion is to not require the ability to do
reverse('notification_notices') for cases
in which the views are not needed.
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---