I am using Django 3.1 with PostgreSQL. Here is an example setup:
**Tables:** Batch (id, name) Data (id, Batch, Stuff(ManyToMany)) Stuff (id, name)