Commit Graph

4 Commits

Author SHA1 Message Date
d3eeb5fbf2 Corrected gunicorn command line in Dockerfile 2025-12-28 13:24:41 +01:00
0fa49fce8b Add STATIC_ROOT and STATICFILES_DIRS settings 2025-12-28 13:21:16 +01:00
0c69b69f28 Data file moved to data/ 2025-12-28 13:11:21 +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