File: indexes.py

package info (click to toggle)
celery-haystack 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • sloc: python: 322; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (3)
1
2
3
4
5
from haystack import indexes


class CelerySearchIndex(indexes.SearchIndex):
    pass