Yes well separation of frontend/backend is of course a good idea, but most of the projects are mostly django templates with some React sprinkled on top to make interaction and interfaces nicer. It's also a good idea if you have just a single project or a few of them.
I'm talking about maybe 30-40 projects with django as base so it would make my job so much more complicated if I would split them all up in repos.
The frontend code is mostly isolated but is shipped in the same repo to be built and distributed for django to find.
So your answer about a custom dockerfile is probably what would be needed.
I'm talking about maybe 30-40 projects with django as base so it would make my job so much more complicated if I would split them all up in repos.
The frontend code is mostly isolated but is shipped in the same repo to be built and distributed for django to find.
So your answer about a custom dockerfile is probably what would be needed.