Explore different options for having nested Django apps #332
Labels
Django Styleguide Section
Needs to be added as a new styleguide section or update an existing one
Feature
A new thing that needs to be added to the Styleguide Example
Research
Research something & then decide what to do with it
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.
The text was updated successfully, but these errors were encountered: