fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move to src dir.
[edumed.git]
/
forum
/
search_indexes.py
diff --git
a/forum/search_indexes.py
b/forum/search_indexes.py
deleted file mode 100644
(file)
index
5add363
..0000000
--- a/
forum/search_indexes.py
+++ /dev/null
@@
-1,9
+0,0 @@
-from haystack import indexes
-from pybb.models import Post
-
-
-class PostIndex(indexes.SearchIndex, indexes.Indexable):
- text = indexes.CharField(document=True, use_template=True)
-
- def get_model(self):
- return Post