feat: Django project skeleton with pytest setup

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 13:46:53 +08:00
parent 1d2531a71f
commit f115a48c59
16 changed files with 149 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Django
DJANGO_SECRET_KEY=CHANGE_ME
DJANGO_PORT=8000
DJANGO_ALLOWED_HOSTS=*
# Database (NAS)
DB_HOST=192.168.x.x
DB_PORT=5432
DB_NAME=openclaw_archive
DB_USER=openclaw
DB_PASSWORD=CHANGE_ME