documentation: update settings file location

This commit is contained in:
Chris Tactic 2023-09-28 12:49:33 +02:00
parent 387998365e
commit 4d54af78be

View File

@ -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.