Mercurial > public > sg101
comparison gpp/urls.py @ 469:3b30286adba5
Smarter search index updating for forums. This work is for #227.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 17 Aug 2011 01:02:08 +0000 |
parents | 524fd1b3919a |
children | 248dd8dd67f8 |
comparison
equal
deleted
inserted
replaced
468:ad4b63fbc584 | 469:3b30286adba5 |
---|---|
5 | 5 |
6 from haystack.views import search_view_factory | 6 from haystack.views import search_view_factory |
7 | 7 |
8 from news.feeds import LatestNewsFeed | 8 from news.feeds import LatestNewsFeed |
9 from forums.feeds import ForumsFeed | 9 from forums.feeds import ForumsFeed |
10 from custom_search import CustomModelSearchForm | 10 from custom_search.forms import CustomModelSearchForm |
11 | 11 |
12 | 12 |
13 admin.autodiscover() | 13 admin.autodiscover() |
14 | 14 |
15 urlpatterns = patterns('', | 15 urlpatterns = patterns('', |