From 4d54af78be47112cd2377dc7cfb790f592cf2fd0 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Thu, 28 Sep 2023 12:49:33 +0200 Subject: [PATCH] documentation: update settings file location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7362de1..a07ca2a 100755 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ pip install -r requirements.txt ``` ### Configuration -You must write a settings.py file in the `instance` directory (you can just -copy and paste `instance/sample_settings.py`. There still is configuration +You must write a settings.py file in the `instance/settings` directory (you can just +copy and paste `instance/settings/sample.py`. There still is configuration required in this file, check it in for more info.