About Triggering __init__.py
When you import from a deeply nested module in Python, __init__.py
will be executed for each module in the path starting from the root (if it hasn't been executed before).
For example:
>>> from m1.m2.m3 import *
m1/__init__.py triggered
m2/__init__.py triggered
m3.py triggered
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You