How can I change the email alert frequency settings for every user?
Since I haven't launched my Askbot site yet, but I have thousands of users in my database, I want to change all their email alert frequency settings to the default values.
How can I do that with Django ORM or MySql?
Thanks!
Comments
I can see that it's in askbot_emailfeedsetting, but it looks complicated.