|
|
|
|
|
by rowanseymour
1250 days ago
|
|
> You can make subdirectories without making apps, and thus avoid dependency hell. It's hard to get 100% right and thus our projects always have a few lazy foreign key relationships and inline imports to avoid cyclical imports... but I think our code is easier to manage because we try to model the dependency relationships by having things in separate apps. > Also be wary of the formerly South, now built-in migrations stuff Our experience from South to 4.x has been that the models/migrations system has matured significantly and is probably now the main selling point for Django for us. |
|