rtpm / cmsplugin_search

Simple django-cms search plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple site search form plugin using Page.objects.search().
It does not make multiword quries. It's as simple as can be.

Put 'plugins.search' in your INSTALLED_APPS settings.py section.
You also need to sync your db (python manage.py syncdb)

Enjoy.

About

Simple django-cms search plugin


Languages

Language:Python 100.0%