Weekly Shaarli

All links of one week in a single page.

Week 38 (September 18, 2023)

IZIMI : Stay in control of your life

Donc en Belgique, on a un coffre fort numérique qui fait 1GB et qui est contrôlé par eID. Et on peut choisir ce qui arrive de nos documents après notre mort. #eid #belgium

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.