# Django Settings
SECRET_KEY=wR27L#+iA3W5eB=guXM@2T#sJ40Ij66XCCU0VD3y48SbOFe9@J
DEBUG=True

# Database Configuration
# Para SQLite (Default para desenvolvimento local):
DB_ENGINE=sqlite

# Para PostgreSQL (descomente e ajuste para produção):
#DB_ENGINE=postgres
#DB_NAME=chaplin_db
#DB_USER=postgres
#DB_PASSWORD=admin123
#DB_HOST=localhost
#DB_PORT=5432
