.. _ref-configuration: ============= Configuration ============= Haystack ======== Django-dress-blog search services are managed by Django-Haystack. Django-Haystack supports several Search Engines. The Django-dress-blog demo site uses the Xapian Search Engine but you can choose any of the other. Just read the Django-Haystack documentation to know how. Following are instructions to configure Django-dress-blog with Django-haystack and Xapian. Required packages: * xapian >= 1.2 * django-haystack >= 2.0.0 * xapian-haystack >= 1.1.5