python - As Django databrowse is deprecated in django 1.4, is there a better way for databrowsing? -
from this question, know django.contrib.databrowse unable set custom queryset (like filter in django.admin). think way of databrowse inspect model , create inline table automatically awesome (in django.admin, i'll have write own tabularinline class each model manually, quite suffering).
my question is: django databrowse deprecated in django 1.4, there better way(for example, databrowse library) same task?
and recommended use django admin
or django databrowse
make web interface users browse data?
here's same app else adopted since deprecation django: https://github.com/alir3z4/django-databrowse
it's available on pypi too;)
Comments
Post a Comment