initial commit

This commit is contained in:
2026-03-11 17:12:28 +08:00
commit 5d1e1cb7cb
61 changed files with 2971 additions and 0 deletions

11
requirements/prod.txt Normal file
View File

@@ -0,0 +1,11 @@
# WSGI server
gunicorn>=22.0
# Static files serving
whitenoise>=6.7
# Postgres connection pooling
psycopg-pool>=3.2
# Monitoring
sentry-sdk>=2.8