Update README.md
This commit is contained in:
parent
ceb48b5bbe
commit
5f5e5b654c
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,10 @@ exit
|
||||||
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -D mysql -u root -p
|
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -D mysql -u root -p
|
||||||
mysql -u root -p -e "flush tables;" mysql
|
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
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue