From f65000b38e3f41ea576084ae725eee445137f1c2 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Thu, 24 Jan 2019 15:13:00 -0500 Subject: [PATCH] remove quote from secret key to fix syntax --- docs/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index 17e39f1..a804917 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -51,7 +51,7 @@ A ``.env`` file is a ``.ini``-style file. It must contain a list of # .env DJANGO_DEBUG=False - DJANGO_SECRET_KEY=1q2w3e4r5t6z7u8i9o0(%&)$§"!pqaycz + DJANGO_SECRET_KEY=1q2w3e4r5t6z7u8i9o0(%&)$§!pqaycz API_KEY=1234 Envdir