Template
Populate the client website template with catalog feature flags.
Extract always-on public/portal/UTM plus optional email_sms, directmail, blog, payments, social, and social_ai so new client sites can be bootstrapped from this seed. Refs #1 Refs #2 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[project]
|
||||
name = "web-django-template"
|
||||
version = "0.1.0"
|
||||
description = "Template for AI ML Operations client websites (public site + portal + optional catalog apps)"
|
||||
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",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pre-commit>=4.1.0",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
Reference in New Issue
Block a user