Re: django-campaign - how to filter by group?
Hi frocco,
this filter condition works for me:
{
"groups__name": "A",
"is_active": true
}
"A" is the name of the Group. This filter selects all actives users that are also member of the "A" group as recipients.
-Arne
Am Sonntag, 7. April 2013 14:49:23 UTC+2 schrieb frocco:
Hello,Anyone using django-campaign that can tell me when adding subscriber list, how I can limit users that are active and in a certain group, like "A"Thank you
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home