- Django 5.2 + PostgreSQL + Gunicorn - Conversazioni, Obiettivi, Documenti PDF, Persone - Commenti e aggiornamenti con modifica/eliminazione - Agenda, ricerca live, giorni rimanenti scadenze - Bootstrap 5 + HTMX + toast notifications - Deploy: Nginx + Gunicorn + SSL
27 lines
235 B
Plaintext
27 lines
235 B
Plaintext
# Virtual environment
|
|
nastrivenv/
|
|
|
|
# Database
|
|
db.sqlite3
|
|
|
|
# Media uploads
|
|
media/
|
|
|
|
# Backup
|
|
backup.json
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.pyc
|
|
|
|
# Static files collected
|
|
staticfiles/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|