EuroPython/djep

Add selector for users with active purchases and unassigned tickets

Opened this issue · 3 comments

  • Files:
    • pyconde/accounts/tasks.py
    • pyconde/accounts/utils.py

All distinct users having

  • at least one purchase with state invoice_created or payment_received
  • and at least one venueticket or simcardticket where user__isnull=True

Where on the page can I test the queries?

In the admin drop down there is a link "send mail". You need to be superuser or have a specific permission. See pyconde.accounts.views.SendMailView and pyconde.accounts.tasks.send_mail.

On June 18, 2014 3:16:12 PM CEST, Michael Meinel notifications@github.com wrote:

Where on the page can I test the queries?


Reply to this email directly or view it on GitHub:
#195 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.

Thx, found it. Testing...