From 31f3ead5dc75c75a39a0ac8080c7c03881e1b2e4 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 2 Sep 2019 15:52:19 +1000 Subject: [PATCH] Andrew's eagle eyes --- docs/start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start.rst b/docs/start.rst index f5e770796a..75a13159cc 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -35,10 +35,10 @@ To setup the InvenTree environment, *cd into the inventree directory* and run th which installs all required Python packages using pip package manager. It also creates a (default) database configuration file which needs to be edited to meet user needs before proceeding (see next step below). -Additionally, this step creates a *SECREY_KEY* file which is used for the django authentication framework. +Additionally, this step creates a *SECRET_KEY* file which is used for the django authentication framework. .. important:: - The *SECREY_KEY* file should never be shared or made public. + The *SECRET_KEY* file should never be shared or made public. Database Configuration -----------------------