# HG changeset patch # User neko259 # Date 2017-01-17 14:28:02 # Node ID 822c58822fe676d412109e3f99db6e4bacab3b1a # Parent 5502a65383d3e984411132f993a22d51f7ce99bb Updated readme with the proper file for settings diff --git a/readme.markdown b/readme.markdown --- a/readme.markdown +++ b/readme.markdown @@ -37,7 +37,7 @@ Default database is *sqlite*, default se 4. Setup SECRET_KEY to a secret value in `neboard/settings.py 5. Run `./manage.py migrate` to apply all migrations -6. Apply config changes to `boards/config/config.ini`. You can see the default settings in `boards/config/default_config.ini` +6. Apply config changes to `boards/config/settings.ini`. You can see the default settings in `boards/config/default_config.ini`(do not delete or overwrite it). 7. If you want to use decetral engine, run `./manage.py generate_keypair` to generate keys # RUNNING #