Пример #1
0
 def __add_search_cache(self,
                        product_name,
                        allegro_price,
                        allegro_url,
                        nokaut_price,
                        nokaut_url):
     cache = SearchCache(product_name=product_name,
                         allegro_price=allegro_price,
                         allegro_url=allegro_url,
                         nokaut_price=nokaut_price,
                         nokaut_url=nokaut_url)
     cache.put()