How to store data to datastore - AppEngine.
        Posted  
        
            by ChrisJ
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ChrisJ
        
        
        
        Published on 2010-04-18T10:37:45Z
        Indexed on 
            2010/04/18
            10:43 UTC
        
        
        Read the original article
        Hit count: 382
        
I am new to Python & AppEngine.
I am trying to use Feedparser to cache a feed to a datastore.
My code is at http://pastebin.com/uWPdWUm2
For some reason it doesn't work - it does not add the data to the datastore.
Any ideas? I am stumped.
© Stack Overflow or respective owner