Build a form to seek records using multiple parameters
Project description
django-multiseek
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_multiseek-0.9.49.tar.gz.
File metadata
- Download URL: django_multiseek-0.9.49.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46616cb4fffd575b850db4a612dff641f4370c0ca5dd51e093cc5a372d2621b5
|
|
| MD5 |
c8039580a1b1d1f6148946aac0fd52f7
|
|
| BLAKE2b-256 |
b7330179cf1ce1bf22a774321d54aacb6fa387c83f24dc8b289e8c7089d510af
|
File details
Details for the file django_multiseek-0.9.49-py3-none-any.whl.
File metadata
- Download URL: django_multiseek-0.9.49-py3-none-any.whl
- Upload date:
- Size: 45.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7eb7da79225e2191edae7434ebf23eec363897447386a86d30f9a8cf97b53514
|
|
| MD5 |
0c837331365f091306467c0e01f1654a
|
|
| BLAKE2b-256 |
9b38399225b265f57c27f25131496c8550c51215b6e64bc646ea627e0c382e78
|