Up to this point I was using django's admin app as a base.
It seemed great at first but when I got to the point that I want to present the data from tables and enable user to search and filter columns I noted that the 'admin' app was really not meant to be used in such context.
Is if there is a better base that I could use?
I searched django packages repository but could not find any app devoted to the above problem specifically.
edit: I am looking not only for 'ready to use packages', if there are some open source projects that have the functionality I need I can fork the part of the code and possibly share the resulting app.