~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to news/models.py

  • Committer: Holger Rapp
  • Date: 2010-01-01 21:35:23 UTC
  • mto: (173.3.2 widelands)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: rapp@mrt.uka.de-20100101213523-53rcapbemm69ep6u
Made the site compatible to django 1.1 and all the various packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
import settings
10
10
if settings.USE_SPHINX:
11
 
    from djangosphinx.models import SphinxSearch
 
11
    from djangosphinx import SphinxSearch
12
12
 
13
13
import tagging
14
14