Structure of apps within an example website

There was a popular discussion on this last year: Why do we need apps?

My advice is to use a single app for as long as possible. It makes migrations and other model changes easy. For example, Sentry has been running for many years with this model, and you can see the source for its one app here: https://github.com/getsentry/sentry/tree/master/src/sentry

2 Likes