Actualiza dependencias a las últimas versiones (Django 6.0.7, Python 3.14)

- Django 4.2.17 -> 6.0.7
- stripe 11.4.1 -> 15.3.0, pillow 11 -> 12, django-extensions 3.2.3 -> 4.1
- resto de paquetes actualizados a su última versión
- verificado: manage.py check, makemigrations --check y arranque WSGI OK
- .gitignore: ignora .venv/

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-12 15:58:45 +00:00
parent 9c92778816
commit e1c04a92e3
2 changed files with 17 additions and 16 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ staticfiles/
wotlk_db/__pycache__/
home/__pycache__
home/migrations/__pycache__
**/__pycache__/*.pyc
**/__pycache__/*.pyc
.venv/