Stand up Print Forge as a 3D-printed toy shop with color variants and printer photography.

Replaces the client_site template branding, adds shop/shipping, and points beta CI at master for easy deploy.

Closes #1
This commit is contained in:
2026-09-06 08:28:04 -05:00
parent 8a97e3fbe2
commit b2029b6c0f
336 changed files with 9241 additions and 2537 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
[project]
name = "web-django-template"
name = "print-forge"
version = "0.1.0"
description = "Template for AI ML Operations client websites (public site + portal + optional catalog apps)"
description = "Print Forge — 3D printed toy shop (public site, portal, shop, shipping)"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
@@ -16,6 +16,8 @@ dependencies = [
"requests>=2.32.0",
"stripe>=11.0.0",
"whitenoise>=6.9.0",
"pillow>=12.3.0",
"rembg[cpu]>=2.0.83",
]
[dependency-groups]