Files
print_forge/pyproject.toml
T
westfarn 1ca5a757d9
Deploy Beta / unit-tests (push) Successful in 31s
Deploy Beta / docker (push) Failing after 34s
Deploy Beta / deploy-beta (push) Skipped
Ship Print Forge shop site (colors, photos, 3D viewer) (#2)
## Summary

- Rebrand the Django client template as Print Forge (`client_site` → `print_forge`) with shop + shipping enabled.
- Product listings support multiple photos, color variants (shared price/description/STL, per-color stock and photos), and a photo-first / 3D-second gallery.
- Public pages use 3D printer / printed-toy photography instead of leftover t-shirt mockups; beta CI deploys on `master`.

Closes #1
Infra: [server-infra#27](ai_ml_operations/server-infra#27) (easy deploy beta).

## Test plan

- [ ] Product page shows photo first, 3D model second; color swatches swap photos and stock
- [ ] Portal can upload multiple photos and per-color qty/images; STL stays shared
- [ ] Public home/about/gallery have no t-shirt mockups
- [ ] `manage.py test` passes
- [ ] After server-infra#27: beta deploy to `print-forge-preview.aimloperations.com`

Reviewed-on: #2
2026-09-06 18:40:42 -07:00

30 lines
643 B
TOML

[project]
name = "print-forge"
version = "0.1.0"
description = "Print Forge — 3D printed toy shop (public site, portal, shop, shipping)"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"django>=6.0,<7",
"dj-queue[postgres]>=0.13.0",
"django-phonenumber-field>=8.1.0",
"django-recaptcha>=4.1.0",
"cryptography>=44.0.0",
"gunicorn>=23.0.0",
"phonenumbers>=9.0.0",
"psycopg[binary]>=3.3.3",
"requests>=2.32.0",
"stripe>=11.0.0",
"whitenoise>=6.9.0",
"pillow>=12.3.0",
"rembg[cpu]>=2.0.83",
]
[dependency-groups]
dev = [
"pre-commit>=4.1.0",
]
[tool.uv]
package = false