Update README.md

This commit is contained in:
Jens Timmerman 2020-08-19 19:29:48 +02:00 committed by GitHub
parent 1abe75e849
commit dc785181e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ git clone git@github.com:JensTimmerman/im.git
cd im
vim im/settings.py
```
change key,: ''.join(random.SystemRandom().choice(string.printable) for i in range(50))
change key,: `''.join(random.SystemRandom().choice(string.printable) for i in range(50))`
set DEBUG=False
set allowed_hosts to the hosts you want to allow (e.g. [localhost, 127.0.0.1, 192.168.1.108, im.yourdomain]