Graphical query builder for Django. Uses Foundation 6.
Depends on:
- Django
- django-autocomplete-light
- Foundation 6
Supported configurations:
| Django | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 |
|---|---|---|---|---|
| 4.2 | + | + | + | + |
| 5.1 | + | + | + | + |
| 5.2 | + | + | + | + |
| 6.0 | + | + |
django-multiseek's purpose is to enable end-user of the web page to build a query form and query the database using multiple parameters.
Launch the demo, then look for a book called "A book with a title" written by John Smith.
pip install django-multiseek
Or with uv:
uv add django-multiseek
test_project demo uses yarn to handle javascript dependencies, so:
uv sync --all-extras
cd test_project
yarn
uv run python manage.py collectstatic --noinput -v0
uv run python manage.py migrate
uv run python manage.py initial_data
uv run python manage.py runserver
MIT License. See LICENSE for details.