django-watson/watson/__init__.py

10 lines
176 B
Python
Raw Normal View History

2016-11-07 19:48:02 +00:00
"""
Multi-table search application for Django, using native database search engines.
Developed by Dave Hall.
<http://www.etianen.com/>
"""
2020-03-30 09:08:58 +00:00
__version__ = VERSION = (1, 5, 5)