예제 #1
0
 def get(self):
         user_details =  UserDetails.all()
         logging.info('fetched %d ' % user_details.count())
         for u in user_details:
                 logging.info('deleting %s' %(u.instapaper_account))
                 u.delete()