Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed May 29, 2020
2 parents 9f3356a + e9e21e2 commit 80e1b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Giuseppe De Marco <[email protected]>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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 though the Django Admin ModelAdmin User Interface, using Django's ORM. See the example project and the gallery.
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

Expand All @@ -14,7 +14,7 @@ in `settings.INSTALLED_APPS` add
'admin_adv_search_builder',
````

in your ModelAdmin, use it following this example
in your ModelAdmin, use the following example
````
from admin_adv_search_builder.filters import AdvancedSearchBuilder
from django.contrib import admin
Expand Down

0 comments on commit 80e1b18

Please sign in to comment.