From 47be3093ae3d01d5c5adad312413ce780f2a77ef Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 3 Oct 2011 08:17:42 +0530 Subject: [PATCH] ups, forgot to add search_sites.py --- itf/search_sites.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 itf/search_sites.py diff --git a/itf/search_sites.py b/itf/search_sites.py new file mode 100644 index 0000000..59580c7 --- /dev/null +++ b/itf/search_sites.py @@ -0,0 +1,3 @@ +import haystack + +haystack.autodiscover()