First time here? Check out the FAQ!

Revision history  [back]

How can I change Askbot so it sends Feedback emails to superusers but not staff?

The title says it all. Django has a superuser and staff role, in contrib.auth.models.User.

In my other app (running on the same db), I have some staff member because I need them to access a certain admin page, but I don't want them to receive Askbot's feedback emails :)

How can I change Askbot so it sends Feedback emails to superusers administrators but not staff?

The title says it all. Django has a superuser an administrator and staff role, in contrib.auth.models.User.

In my other app (running on the same db), I have some staff member because I need them to access a certain admin page, but I don't want them to receive Askbot's feedback emails :)