Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- a/gpp/urls.py Sun Aug 07 03:38:42 2011 +0000 +++ b/gpp/urls.py Wed Aug 17 01:02:08 2011 +0000 @@ -7,7 +7,7 @@ from news.feeds import LatestNewsFeed from forums.feeds import ForumsFeed -from custom_search import CustomModelSearchForm +from custom_search.forms import CustomModelSearchForm admin.autodiscover()