Software Details:
Version: 0.1.3
Upload Date: 11 May 15
Distribution Type: Freeware
Downloads: 18
searchform is a Django application that lets you create very fancy search forms in your project.
Installation:
Search Form depends on jQuery 1.2.X so you need to download it and put in your media directory. After that you can install search form. Just type:
easy_install searchform
and Easy Install will go to the Cheeseshop and grab the last searchform for you. It will also install it for you in your site-packages directory at no extra cost.
Features:
- Easy to use: add, edit and remove search terms with very few clicks and keystrokes
- Easy to integrate: just subclass Search Form and add your search terms
- Easy to customize: you can change the default search terms, or change their layouts with custom templates or maybe change the style using CSS
- Accesible: it works with no javascript degrading gracefully to a nighties version
What is new in this release:
- Fix a packaging issue: media files weren't being installed
Requirements:
- Python
Comments not found