Add image upload functionality and enhance inventory template with image rendering

This commit is contained in:
Yaro Kasear 2025-07-11 11:48:53 -05:00
parent ca3417c269
commit a2b035f522
8 changed files with 84 additions and 15 deletions

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
**/__pycache__/
inventory/static/uploads/*
!inventory/static/uploads/.gitkeep
.venv/
.env
*.db