|
|
|
|
|
by overshard
5172 days ago
|
|
I often-times argue with myself over this. I do agree that one global template dir is nice but it makes the apps less copy-and-paste-able and I feel like Django apps were meant to be somewhat self-contained. However, sometimes you have so many cross-links between apps in Django projects that taking out a single app to use in another project basically breaks most of the functionality. There are big pros and cons for doing it either way. |
|