andrlik / django-podcast-analyzer

A simple Django app that tracks podcast feeds and provides some useful metrics about them.
https://andrlik.github.io/django-podcast-analyzer/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Consolidate templates #19

Closed andrlik closed 2 weeks ago

andrlik commented 2 weeks ago

Right now we have a lot of template files that vary by object. Try and consolidate as many as possible so end users don't need to override so many when incorporating into a project.

andrlik commented 2 weeks ago

I'm not sure this is actually possible, as the important data varies too much by object.