add demonstration of geosearch
commit594de157e86ae8982dec8f5f58f8ee20f0c1efe6
authoramyu@google.com <amyu@google.com@99225164-8649-0410-878b-2ba91e509939>
Tue, 24 Jul 2012 02:28:04 +0000 (24 02:28 +0000)
committeramyu@google.com <amyu@google.com@99225164-8649-0410-878b-2ba91e509939>
Tue, 24 Jul 2012 02:28:04 +0000 (24 02:28 +0000)
treec57fc605761ff3f0a87cd5c0b907ec70ecc21e73
parent57968873b4870c23e16a98894ba1f5b562573e83
add demonstration of geosearch

git-svn-id: http://google-app-engine-samples.googlecode.com/svn/trunk@159 99225164-8649-0410-878b-2ba91e509939
17 files changed:
search/product_search_python/README
search/product_search_python/admin_handlers.py
search/product_search_python/base_handler.py
search/product_search_python/categories.py
search/product_search_python/config.py
search/product_search_python/data/sample_data_books.csv
search/product_search_python/data/sample_data_tvs.csv
search/product_search_python/docs.py
search/product_search_python/handlers.py
search/product_search_python/main.py
search/product_search_python/models.py
search/product_search_python/static/instrs.html
search/product_search_python/static/js/StyledMarker.js [new file with mode: 0644]
search/product_search_python/stores.py [new file with mode: 0644]
search/product_search_python/templates/create_product.html
search/product_search_python/templates/index.html
search/product_search_python/templates/product.html