Kumi
c7a36d2ebe
Configured email backend to use SMTP, console, or file-based backends based on settings. Added fallback values to handle various configurations. Updated `.gitignore` to exclude email files. This enhances email handling capabilities and ensures configuration flexibility.
11 lines
No EOL
106 B
Text
11 lines
No EOL
106 B
Text
settings.ini
|
|
*.pyc
|
|
__pycache__/
|
|
db.sqlite3
|
|
node_modules/
|
|
static/js/*
|
|
media/
|
|
.venv/
|
|
venv/
|
|
/static/
|
|
/emails/ |