Skip to content

Yiling-J/django-admin-select-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-admin-select-search

Add a select box to django admin search.

Getting Started

This is a django app that add a select box to admin search form.

alt text

alt text

search_fields = ('id', 'title', 'author__full_name')

Prerequisites

django 1.10

Installing

This is nothing but a django app. So just copy searchadmin to your project folder, add to your install apps, then use it instead of old django admin.

from searchadmin.admin import SelectModelAdmin

class NewAdmin(SelectModelAdmin)
	pass

About

Add a select box to django admin search.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages