mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-30 10:40:56 +00:00
* [BUG] Inventree fiddles with files directly rather than using Django Storage api Fixes #2585 * PEP fix * clean diff * move template discovery into central location * more moving file operations * fix paths * and another path fixing * more fixes * fix typing * switch config back to local * revert locale stats * remove dependency for template copy step * fix typing * log more * log data * more logging * pass filenames as strings * clean diff