Open
Description
Having the ability to nest Django apps (or simulate nested Django apps with simple Python modules) is extremely powerful, when it comes to properly structuring your Django project for scale and longevity.
We've done it in several ways, but it's worth exploring all options, existing libraries, pros, cons, etc.