Re: [mezzanine-users] mezzanine poll_twitter

2014-03-18 Thread Radomir Wojcik
Does the cached query make sense? It won't update even if changed in db.

I'm trying to generate a new app and see if I can get it working

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] mezzanine poll_twitter

2014-03-18 Thread Stephen McDonald
Yes there's an interested flag that gets set against a query each time
its tweets are displayed. The management command will only retrieved tweets
from twitter for queries with this set.

Take a moment to read these and you'll be in the best position to work out
your issue:

https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/twitter/managers.py
https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/twitter/management/commands/poll_twitter.py





On Wed, Mar 19, 2014 at 7:51 AM, Radomir Wojcik rado...@cldssinc.comwrote:

 Does the cached query make sense? It won't update even if changed in db.

 I'm trying to generate a new app and see if I can get it working

 --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] mezzanine poll_twitter

2014-03-18 Thread Radomir Wojcik


 OK so I connected to the database and cleared the mixed case queries and 
 updated it to the all lower case. Works in dev but in production I get an 
 error. Not very descriptive and don't see any twitter docs that can help:


Twitter query error [Search: from:the_gelatospot]: Error retrieving: 82 

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.