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: docs/prod.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,10 @@ We are using **Redis** for some services. In order to get it run properly it is
53
53
1. Install [Redis](https://redis.io/download).
54
54
2. Launch `run-rq.sh`
55
55
56
+
## Notices
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).
59
+
56
60
## Database
57
61
58
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