feat: Django project skeleton with pytest setup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user