python - Redirect to a specific search result -


i have scraper pull search results number of travel websites. have search results nicely displayed "book now" buttons, want "book now" buttons redirect specific search result user can book specific travel search result. these search results dynamic redirect may change.

what's easiest way accomplish this? i'm building search engine in python/django , have django cms.

are storing results in database or persistent storage mechanism (maybe in kv store)?

once hold results somewhere on website, can redirect results page via book button view withs result's identifying value (say hash) , have view redirect website offering service.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -