| svn co http://yourhell.com/svn/root/django/com | | svn co http://yourhell.com/svn/root/django/com |
| munitytools_vendor/ | | munitytools_vendor/ |
| | | |
| afterwards add communitytools_vendor/vendor/djapia | | afterwards add communitytools_vendor/vendor/djapia |
| n/src/djapian to your PYTHONPATH (either by symlin | | n/src/djapian to your PYTHONPATH (either by symlin |
| king it into site-packages or defining the system | | king it into site-packages or defining the system |
| property PYTHONPATH or modifying your settings_loc | | property PYTHONPATH or modifying your settings_loc |
| al.py | | al.py |
| | | |
| | | |
n | | n | Now add djapian to your INSTALLED_APPS and run ./m |
| | | anage.py syncdb - this should create the Change mo |
| | | del from djapian.
|
| | |
|
| **Daemon**: for indexing to work correctly you hav | | **Daemon**: for indexing to work correctly you hav |
| e to setup the daemon - see <http://code.google.co | | e to setup the daemon - see <http://code.google.co |
| m/p/djapian/wiki/Architecture> | | m/p/djapian/wiki/Architecture> |
| | | |
| | | |
n | | n | # Activate search
|
| | | |
t | | t | Since as of writing only the forum has a search ap |
| | | plication called sphsearchboard i explain it with |
| | | it.
|
| | |
|
| | | ## Installed Apps
|
| | |
|
| | | Add the application 'sphene.sphsearchboard' to you |
| | | r INSTALLED_APPS (in settings_local.py).
|
| | |
|
| | | ## URL Configuration
|
| | |
|
| | | Add a URL to your url patterns (e.g. in communityd |
| | | raft this would be communitydraft/community/urlcon |
| | | fs/community_urls.py):
|
| | |
|
| | | (r'^board/search/', include('sphene.sphsearchb |
| | | oard.urls'), community_urls.defaultdict),
|
| | |
|
| | | ## Initial update
|
| | |
|
| | | TODO |