Daily Shaarli

All links of one day in a single page.

September 21, 2023

Django: Move a template tag library into builtins - Adam Johnson

#Django’s template engine has an underappreciated builtins option that selects libraries to preload in every template. Making a library a builtin avoids the need for an explicit {% load %} tag whenever you use its tags or filters. Putting key libraries in builtins can shorten your templates and make development a little bit faster.