|
|
|
|
|
by hbrn
1256 days ago
|
|
The short answer is yes. The long answer is if two entities are updating each other you might benefit from shifting all update responsibilities to one of them. Or even to a third entity that knows about both and keeps those two isolated from each other. |
|
Would that mediator be another app? Or should it be some module sitting in the project directory? (I'm not even sure Django would import something like that.)