|
|
|
|
|
by theptip
2914 days ago
|
|
> Doesn't manage.py have expectations of where things are? Yes, but this is all configurable/remappable; FTA: > One last note to add is that this project structure results in fewer INSTALLED_APPS entries. The data/ directory, containing the models, and the interfaces directories, containing templates, static files, management commands, etc., all need to be included as entries. Related; here's an example of an extreme surgery resulting in a single-file Django app: https://simpleisbetterthancomplex.com/article/2017/08/07/a-m... |
|