From 7b260f16728b96eb2389914d8f4eddd1b4864ea1 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 24 Nov 2020 10:11:12 +0100 Subject: [PATCH] Another documentation element --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7336a950..034f93a5 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 -- GitLab