From dc785181e40d69f109a7406c10a2aab0b8ce7511 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Wed, 19 Aug 2020 19:29:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61114ca..151d6f5 100644 --- a/README.md +++ b/README.md @@ -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]