diff --git a/README.md b/README.md index 7336a950dc15b254b849107da022d98315fccb62..034f93a54642e6d05421b482a8cee246cc0a938f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ Remember to be in the folder where the requirements.txt file is pip install -r requirements.txt ``` -3. Run all database migrations +3. Copy VIPSWeb/local_settings_sample.py into VIPSWeb/local_settings.py and adapt to your needs + +4. Run all database migrations ``` ./manage.py migrate