Skip to content

mpasternak/django-multiseek

Repository files navigation

django-multiseek

Tests Coverage Status PyPI version

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.

Installation

pip install django-multiseek

Or with uv:

uv add django-multiseek

To run the demo

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

License

MIT License. See LICENSE for details.

About

Web-based query builder for Django

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors