Add image upload functionality and enhance inventory template with image rendering
This commit is contained in:
parent
ca3417c269
commit
a2b035f522
8 changed files with 84 additions and 15 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
**/__pycache__/
|
||||
inventory/static/uploads/*
|
||||
!inventory/static/uploads/.gitkeep
|
||||
.venv/
|
||||
.env
|
||||
*.db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue