From 5f5e5b654c9859f8650140128312d2fd6c89221c Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Sun, 8 Jan 2023 07:44:11 +0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf8ce3a..920b6ed 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,10 @@ exit mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -D mysql -u root -p mysql -u root -p -e "flush tables;" mysql ``` - +6. Missing the chat secret key, you must generate a Fernet key, and assign a variable in `local_settings.py` like this +```python +CHAT_SECRET_KEY = "81HqDtbqAywKSOumSxxxxxxxxxxxxxxxxx=" +``` ## Usage