mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Andrew's eagle eyes
This commit is contained in:
parent
4de12033bb
commit
31f3ead5dc
@ -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
|
||||
-----------------------
|
||||
|
Loading…
Reference in New Issue
Block a user