2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

Added image field to part

- Images are automatically renamed upon upload
- Part page displays img
This commit is contained in:
Oliver
2018-04-14 17:44:22 +10:00
parent bc7e29aeb4
commit 72b44e15f4
6 changed files with 64 additions and 16 deletions

3
.gitignore vendored
View File

@ -27,3 +27,6 @@ var/
local_settings.py
*.sqlite3
**/migrations/*
# Local media storage (only when running in development mode)
InvenTree/media