So, I like the #wordpress Hook system. Like a lot. And I really want to use this system in #python but I didn't really like what I found online. So I implemented this and wrote about that: https://working-directory.com/2024/08/02/wordpress-like-hook-system-in-python/
WordPress-like Hook System in Python | working directory

@QuellmalzL sounds kinda similar to the hooks in wagtail CMS https://docs.wagtail.org/en/stable/reference/hooks.html and somewhat to Django hooks https://docs.djangoproject.com/en/5.0/topics/signals/ ?
Hooks — Wagtail Documentation 6.2 documentation

@danthedeckie42 basically yes. The idea is the same.