Home > django-indextank-py-demo

django-indextank-py-demo

Django-indextank-py-demo is a project mainly written in Python, it's free.

python-django application to trye indextank search engine in a couple of seconds

IndexTank Demo Application for Django and Python

[http://www.indextank.com]

[http://indextank.com/documentation/python-client] (See the updated documentation on this client)

This is a simple django guestbook application with searching features using Indextank engine

To run:

  • Fork or download the project
  • python manage.py syncdb
  • python manage.py runserver
  • Go http://localhost:8000/ and play with it

guestbook/views.py and guestbook/init.py contains API_URL and INDEX_NAME configurations. those belongs to a free Indextank account and some people might be using it at the same time. If you don't like to share your index while you're playing, please go to http://www.indextank.com, sign up for free and replace API_URL and INDEX_NAME variables in those files

If you have some questions, please let us know at [email protected]

Previous:Docs