Changes between Version 3 and Version 4 of searchengine
- Timestamp:
- Nov 23, 2008, 2:12:01 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
searchengine
v3 v4 1 This tutorial will show you the basic of Django when we will make a google search engine front end in the framework. I've googled out an interesting python module called [http:// oregonstate.edu/~barnesc/web_search/ web_search] which allows to get search results from few search engines and dmoz.1 This tutorial will show you the basic of Django when we will make a google search engine front end in the framework. I've googled out an interesting python module called [http://www.connellybarnes.com/code/web_search/ web_search] which allows to get search results from few search engines and dmoz. 2 2 3 3 - Download '''web_search.py''' from that page