Complete rewrite by OpenCode
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Django Settings
|
||||
SECRET_KEY=your-secret-key-here
|
||||
DEBUG=True
|
||||
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
|
||||
# Security
|
||||
CSRF_TRUSTED_ORIGINS=https://yourdomain.com
|
||||
|
||||
# Database (optional - defaults to SQLite)
|
||||
# DATABASE_URL=postgresql://user:password@localhost/dbname
|
||||
|
||||
# Static files (for production)
|
||||
# STATIC_ROOT=/path/to/static/files
|
||||
Reference in New Issue
Block a user