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 11:47:11 2008-04-28 21:29:33
Editor Herbert Poul Herbert Poul
Tags

2008-04-27 11:47:11 by Herbert Poul
2008-04-28 21:29:33 by Herbert Poul
56    >>> from sphene.sphsearchboard import models56    >>> from sphene.sphsearchboard import models
57    >>> models.post_index.update()57    >>> models.post_index.update()
58    >>> 58    >>> 
5959
6060
nn61# Deployment
6162
tt63mod_python (3.3.1) has a problem which prevents th
 >e xapian bindings from working correcty. So you ca
 >n not use the search with mod_python !
64
65I am currently using mod_wsgi - Here you have to m
 >ake sure to use the following apache directive:
66
67    WSGIApplicationGroup %{GLOBAL}
68
69


Powered by Sphene Community Tools