From 1fb027bf9253c11c4c095b73ecc0f62509d26cc6 Mon Sep 17 00:00:00 2001 From: Mathijs de Bruin <mathijs@mathijsfietst.nl> Date: Wed, 30 Nov 2016 18:36:38 +0200 Subject: [PATCH] Corrected example settings. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6877333e..1d4b8ac1d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ In this project, host-specific settings are defined in the `scipost-host-setting "CERTFILE": "none", "DEBUG": true, "ADMINS": "", - "ALLOWED_HOSTS": "['localhost:8000', '127.0.0.1:8000',]", + "ALLOWED_HOSTS": ["localhost", "127.0.0.1"], "SESSION_COOKIE_SECURE": false, "CSRF_COOKIE_SECURE": false, "DB_NAME": "scipost", -- GitLab