Skip to content

Welcome to Django Meilisearch documentation

Django Meilisearch Integration is a simple and efficient way to integrate Meilisearch into Django projects. This library allows you to easily index and search your Django models with high performance and minimal configuration.

Objectives

The goal of this project is to provide a seamless integration between Django and Meilisearch, enabling:

  • Automatic and CLI-based indexing of Django models.
  • Real-time search capabilities with powerful filtering and ranking.
  • Simple and flexible configuration, requiring minimal setup.

Benefits to use

By using Django Meilisearch, you gain the following advantages:

  • 🔎 Blazing Fast Search: Meilisearch offers near-instantaneous search with typo tolerance.
  • 🔧 Easy Setup: No complex configurations; works with Django models effortlessly.
  • 🌐 Open Source: Free to use and improve under the MIT license.

Minimal requirements

To use this integration, ensure your environment meets the following requirements:

Requirement Version
Python 3.9+
Django 4.0+
Meilisearch Server 1.9+