python - Django using more than 1 package for admin site -


i using 2 django packages: admin sortable (for changing order of models) , django import export (for importing csv directly models).

the problem if add 2 packages model admin e.g.

class categoryadmin(sortableadmin, importexportmodeladmin): 

they override each other.

enter image description here

enter image description here

the buttons either show admin sortable or django import export. there anyway can integrate both of them together? alternatively, there package can swap out can achieve same functions (1. change order of models , 2. import csv directly models)


Comments

Popular posts from this blog

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - String indices must be integers and while issue -