mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-17 06:00:24 +00:00
9 lines
176 B
Python
9 lines
176 B
Python
"""
|
|
Multi-table search application for Django, using native database search engines.
|
|
|
|
Developed by Dave Hall.
|
|
|
|
<http://www.etianen.com/>
|
|
"""
|
|
|
|
__version__ = VERSION = (1, 5, 5)
|