-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
20 lines (13 loc) · 897 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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]