The plan is to tilt this towards a more real world demo showing how to set up a high-availability service. The kind of approach you'd need to take if you were providing an API/platform for other people to build production applications against.
Adopting a clustered database of some kind would be good. CockroachDB is probably the way to go (initial tinkering available here) because whatever we learn here is readily applicable in other projects using Django.
Another possibility worth exploring is cloudnative-pg.
The plan is to tilt this towards a more real world demo showing how to set up a high-availability service. The kind of approach you'd need to take if you were providing an API/platform for other people to build production applications against.
Adopting a clustered database of some kind would be good. CockroachDB is probably the way to go (initial tinkering available here) because whatever we learn here is readily applicable in other projects using Django.
Another possibility worth exploring is cloudnative-pg.