I'm having multiple instance of my app running and cron jobs are activated in both of the instance. Because of i have cron running in both instance my users are receiving multiple emails. I thought of tackling this issue by looking into the MessageLog table when_added field. How can i access the subject line from django shell or any app?