dcramer / django-sphinx

A transparent layer for full-text search using Sphinx and Django
http://groups.google.com/group/django-sphinx
BSD 3-Clause "New" or "Revised" License
357 stars 122 forks source link

Export djangosphinx/config.py as console_script entrypoint #24

Open avnik opened 13 years ago

avnik commented 13 years ago

Refering to .../djangosphnix/config.py from searchd commandline is not always comfortable, when django-sphnix installed via virtualenv or buildout.

I make simple patch to create bin/django-sphinx-config this cases. Old style executing of config.py also should work.