documentation et petits correctifs pour une installation locale #122

Closed
ctactic wants to merge 10 commits from ctactic:fix-localinstall into develop-1.0
Showing only changes of commit 4d54af78be - Show all commits

View File

@ -62,8 +62,8 @@ pip install -r requirements.txt
``` ```
### Configuration ### Configuration
You must write a settings.py file in the `instance` directory (you can just You must write a settings.py file in the `instance/settings` directory (you can just
copy and paste `instance/sample_settings.py`. There still is configuration copy and paste `instance/settings/sample.py`. There still is configuration
required in this file, check it in for more info. required in this file, check it in for more info.