You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@ Some of the HTTP states that the server takes into account are:
25
25
26
26
-`504 Gateway Timeout`: Indicates that the server has not received a timely response from an upstream server, which may indicate connectivity problems.
27
27
28
+
## Install
29
+
30
+
```sh
31
+
pip install flask-server-status
32
+
```
33
+
28
34
## Use
29
35
30
36
- Import and configure FlaskStatus in your Flask application. You need a database to record the logs.
Copy file name to clipboardExpand all lines: README_ES.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@ Algunos de los estados de HTTP que el servidor toma en cuenta son:
25
25
26
26
-`504 Gateway Timeout`: Indica que el servidor no ha recibido una respuesta a tiempo de un servidor upstream, lo que puede indicar problemas de conectividad.
27
27
28
+
## Instalar
29
+
30
+
```sh
31
+
pip install flask-server-status
32
+
```
33
+
28
34
## Uso
29
35
30
36
- Importar y configurar FlaskStatus en tu aplicación Flask. Necesita una base de datos para registrar los registros.
0 commit comments