On Jan 10, 3:35 am, neridaj wrote:
> I'm trying to use a context processor to make all of my blog entry
> titles available for an ajax autocomplete search box but for some
> reason the var returned from the context processor is empty.
>
> from blog.models import Entry
>
> # search/context_processo
I'm trying to use a context processor to make all of my blog entry
titles available for an ajax autocomplete search box but for some
reason the var returned from the context processor is empty.
from blog.models import Entry
# search/context_processors.py
def search(request):
data = Entry
2 matches
Mail list logo