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
We are using **Redis**for some services. In order to get it run properly it is important to follow some indications:
51
+
Usamos **Redis**para algunos servicios. Sigue estas indicaciones para confirgurarlo:
52
52
53
-
1.Install[Redis](https://redis.io/download).
54
-
2.Launch`run-rq.sh`
53
+
1.Instala[Redis](https://redis.io/download).
54
+
2.Ejecuta`run-rq.sh`
55
55
56
-
## Notices
56
+
## Notificaciones
57
57
58
-
A Django app has been implemented in order to send notices (by email) programmatically. For this process to properly run, the worker `run-notices.sh`must be scheduled in cron (e.g. daily).
58
+
Tenemos una app de Django para enviar notificaciones por email. Para enviar estas notificaciones, es necesario ejecutar el script `run-notices.sh`periódicamente (por ejemplo diariamente) a través de cron.
59
59
60
-
## Database
60
+
## Base de datos
61
61
62
-
We are using **PostgreSQL**as _database management system_. In order to configure the project correctly it is important to follow some indications:
0 commit comments