jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.35k stars 333 forks source link

Drop dependency to jinja2 #625

Closed SebCorbin closed 1 year ago

SebCorbin commented 1 year ago

Reviewing https://github.com/jazzband/django-silk/pull/623 I noticed we are using jinja2 only twice for classic templating:

We could keep the jinja2 package dependency out by using django template instead.