Update CSS optimization (using CDN for bootstrap) and mysql compat

This commit is contained in:
2026-03-11 09:51:25 +01:00
parent 25f9a9d668
commit 952ed5d76e
12 changed files with 45 additions and 19703 deletions
+8
View File
@@ -3,6 +3,14 @@ SECRET_KEY=django-insecure-change-me
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1
# MySQL (opcional, si MYSQL_ENABLED=False se usa SQLite)
MYSQL_ENABLED=False
MYSQL_DATABASE=tienda
MYSQL_USER=tienda_user
MYSQL_PASSWORD=
MYSQL_HOST=127.0.0.1
MYSQL_PORT=3306
# Redis
REDIS_URL=redis://127.0.0.1:6379/1