From 5297893882f4f5defe0381153eacbd734d3d849d Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 3 Aug 2020 13:38:50 -0400 Subject: [PATCH] Update SUPPORT.md --- .github/SUPPORT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index c367cd4..d34312f 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -68,6 +68,8 @@ socket=127.0.0.1:8001 Now you may restart your webserver to apply the changes, and then either run `uwsgi -i uwsgi.ini` fron the project root, or restart your uwsgi service. +### Set Djangos Secret Key +* Run `./configure` in your project root ### Import your books * Run `./importBooks` in your project root