-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALLATION
27 lines (18 loc) · 911 Bytes
/
INSTALLATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
INSTALLATION
============
1. Install tastypie-searchable using pip or easy_install.
NOTE: The dependencies should be installed, but not configured automatically.
$ pip install tastypie-searchable
2. Install & configure the dependencies in your django server as directed.
a) django-tastypie - Tastypie REST APIs
https://django-tastypie.readthedocs.org/en/latest/tutorial.html#installation
b) django-haystack 2.X - Haystack Full-Text Search version 2.X
http://django-haystack.readthedocs.org/en/latest/tutorial.html
c) queued_search - Haystack Signal Processing Queue
TODO: Installation...
3. Temporarily, add "tastypie_searchable.sample_app" to INSTALLED_APPS.
This lets you try the sample application & run the unittest suite.
Run Unit Tests
==============
Run the unittest suite to prove this works with your versions of django & tastypie.
$ python manage.py test tastypie_searchable.tests