Search functionality is often considered as "good to have" feature in website development, but search plays a crucial role of locating relevant information to the website visitors. Serach capabilities can be built into a website easily with modules such as lucene, Solr, ElasticSearch and Haystack among others. This blog discusses about whoosh and how … Continue reading Tornado – Whoosh
Tag: Web development
Tornado – Template – Extends
With the background of Tornado-Templates let's solve bigger problems in web development. It maybe less complex to change welcome messages or usernames on a home page of the website, but it's not so easy to cater to customization. For instance, gmail web client provides Settings and Themes that are customized for users. Even thought the … Continue reading Tornado – Template – Extends