Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

Search

Search

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2008-04-27 10:53:34 2008-04-27 11:47:11
Editor Herbert Poul Herbert Poul
Tags

2008-04-27 10:53:34 by Herbert Poul
2008-04-27 11:47:11 by Herbert Poul
4646
47    (r'^board/search/', include('sphene.sphsearchb47    (r'^board/search/', include('sphene.sphsearchb
>oard.urls'), community_urls.defaultdict),>oard.urls'), community_urls.defaultdict),
4848
49## Initial update49## Initial update
5050
t51TODOt51after 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.)
52
53    herbert-pouls-computer:~/dev/python/sphenecomm
 >unity/sphenecommunity herbert$ python2.5 ./manage.
 >py shell
54    Executing module body.
55
56    >>> from sphene.sphsearchboard import models
57    >>> models.post_index.update()
58    >>> 
59
60
61


Powered by Sphene Community Tools