joshourisman / django-tablib

django-tablib is a helper library for Django that allows Django models to be used to generate tablib datasets with introspection of the fields on the models if no headers are provided. If headers are provided they can reference any attribute, fields, properties, or methods on the model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-standard path for change_list.html

bradmontgomery opened this issue · comments

In TablibAdmin you've got:
change_list_template = 'tablib/change_list.html'

Shouldn't this default to (at least until this becomes a tablib extension)?:
change_list_template = 'django_tablib/change_list.html'

Of course, if you change this you've also got that "templates/tablib" directory. I'm not sure if you wanted to adhere to django's template naming scheme:
/templates//change_list.html