mishbahr / django-modeladmin-reorder

Custom ordering for the apps and models in the admin app.
https://pypi.python.org/pypi/django-modeladmin-reorder/
BSD 3-Clause "New" or "Revised" License
257 stars 82 forks source link

Customizing template #38

Open ursomniac opened 6 years ago

ursomniac commented 6 years ago

Is it possible to further customize the template manually?

Is it just a case of copying the main template from the repo into one's own /templates/admin and going from there?

ursomniac commented 6 years ago

Specifically it appears that DAR doesn't respect the admin.site_index_template. If you've customized the template that way, it's completely ignored.

So then - is it not possible to use DAR with custom templates? (Because otherwise I'll just abandon DAR and code the template to fit.)