summaryrefslogtreecommitdiffstats
path: root/forum/models/base.py
diff options
context:
space:
mode:
authorhrcerqueira <hrcerqueira@gmail.com>2010-03-02 19:24:19 +0000
committerhrcerqueira <hrcerqueira@gmail.com>2010-03-02 19:24:19 +0000
commit1d35d25b8ce9f3004eebd10d88757c5921dd686c (patch)
tree32aa22f13161719c2452b51b181dd34f42d4ae12 /forum/models/base.py
parent1b52d03f22f9ce224ee8355fe4489c326d19820c (diff)
downloadaskbot-1d35d25b8ce9f3004eebd10d88757c5921dd686c.tar.gz
askbot-1d35d25b8ce9f3004eebd10d88757c5921dd686c.tar.bz2
askbot-1d35d25b8ce9f3004eebd10d88757c5921dd686c.zip
Fixed the new question bug, removed some old stuff from settings files, and fixed the errors introduced by the "staticmethod" decorator removal.
Diffstat (limited to 'forum/models/base.py')
-rwxr-xr-xforum/models/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/forum/models/base.py b/forum/models/base.py
index 44fa6e66..657f1e2f 100755
--- a/forum/models/base.py
+++ b/forum/models/base.py
@@ -17,9 +17,6 @@ import django.dispatch
from django.conf import settings
import logging
-if settings.USE_SPHINX_SEARCH == True:
- from djangosphinx.models import SphinxSearch
-
from forum.const import *
class MetaContent(models.Model):