I'm interested in knowing how many environments people typically create for a project, and when you have more than one, what differs between the environments? (I will explain why I am asking this and my last poll, I promise).
@brettcannon We have one case where we have a few different Django projects in a monorepo and run them all often, so we think of the monorepo as one "project." We tend to have an env for the overall project task management (like triggering deployments of apps and the like) and then an env for each Django project.
We're starting to break that monorepo up, though.