Commit Graph

2 Commits

Author SHA1 Message Date
98496107a6 Track AGENTS.md with deployment instructions
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 18s
2025-12-28 21:17:09 +01:00
accefa2533 Initial commit: Django project with boxes app
- Set up Django 5.2.9 project structure
- Add boxes app with Box and BoxType models
- Box: alphanumeric ID (max 10 chars) with foreign key to BoxType
- BoxType: name and dimensions (width/height/length in mm)
- Configure admin interface for both models
- Add comprehensive test suite (14 tests)
2025-12-28 13:04:37 +01:00