| | | |
| (r'^board/search/', include('sphene.sphsearchb | | (r'^board/search/', include('sphene.sphsearchb |
| oard.urls'), community_urls.defaultdict), | | oard.urls'), community_urls.defaultdict), |
| | | |
| ## Initial update | | ## Initial update |
| | | |
t | TODO | t | after activating search you need to update the who |
| | | le index once to find anything. (all changes to mo |
| | | dels afterwards should be catched by the daemon an |
| | | d updated automatically.)
|
| | |
|
| | | herbert-pouls-computer:~/dev/python/sphenecomm |
| | | unity/sphenecommunity herbert$ python2.5 ./manage. |
| | | py shell
|
| | | Executing module body.
|
| | |
|
| | | >>> from sphene.sphsearchboard import models
|
| | | >>> models.post_index.update()
|
| | | >>>
|
| | |
|
| | |
|
| | |
|