Herramientas para verificar si un sitio usa HTTP/2:
🔍 https://tools.keycdn.com/http2-test
🔍 https://www.ssllabs.com/ssltest/
| Característica | HTTP/1.1 | HTTP/2 |
Herramientas para verificar si un sitio usa HTTP/2:
🔍 https://tools.keycdn.com/http2-test
🔍 https://www.ssllabs.com/ssltest/
| Característica | HTTP/1.1 | HTTP/2 |
https://docs.flathub.org/docs/for-app-authors/submission
https://docs.flatpak.org/es/latest/first-build.html
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
reprepro - Aptly
El número de peticiones por segundo que Apache + Gunicorn puede manejar depende de varios factores:
Django 1.8 con Python 3.10, ya no es compatible.
Causa del error
En Django 1.8, el código intenta importar Mapping desde collections:
from collections import Mapping, OrderedDict
Sin embargo, en Python 3.10, Mapping fue movido a collections.abc, por lo que el import correcto debería ser: