Guide in organizing large Django projects [closed]
Each “application” should be small — a single reusable entity plus a few associated tables. We have about 5 plus/minus 2 tables per application model. Most of our half-dozen applications are smaller than 5 tables. One has zero tables in the model. Each application should be designed to be one reusable concept. In our case, … Read more