django-admin-search-builder
Django app that makes you able to build advanced queries via admin filters UI
This Application aims to give you the faster and easier way to build and run advanced queries through the Django Admin ModelAdmin User Interface, using Django's ORM. See the example project and the gallery.
Setup
pip install django-admin-search-builder
in settings.INSTALLED_APPS add
'admin_adv_search_builder',
in your ModelAdmin, use the following example
from admin_adv_search_builder.filters import AdvancedSearchBuilder
from django.contrib import admin
from . models import Identity
@admin.register(Identity)
class IdentityAdmin(admin.ModelAdmin):
list_filter = (AdvancedSearchBuilder,)
Example
pip install -r requirements.xt
cd example
./manage.py migrate
./manage.py createsuperuser
./manage.py loaddata identity_dumps.json
./manage.py runserver
Gallery
Authors
Giuseppe De Marco
Release files for django-admin-search-builder 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-admin-search-builder-0.2.2.tar.gz | 8.4 kB | Details |
Release files / django-admin-search-builder-0.2.2.tar.gz
| Download URL | django-admin-search-builder-0.2.2.tar.gz |
|---|---|
| Size | 8.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b4eb67326136b48f54382be749256f35e6b10f84f81cb677d3728b4aba324f02
|
|
BLAKE2b-256 checksum How to use checksums |
cc3a46a90415a73b011e8c06f340efe2509a970fdde6baedd76d8c81de95292a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
|