From 80f9f110e18b89f0d7cd2c4586cc97cdff9894f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 4 Feb 2019 18:20:53 -0500 Subject: [PATCH] fix and update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fde991c..78c2e22 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ packages, you will probably want the following: 2. Activate the virtualenv. - source ./env/bin/activate + source ./venv/bin/activate 3. Install dependencies through `pip`. @@ -45,6 +45,8 @@ packages, you will probably want the following: Make sure to uncomment the appropriate database section (either sqlite or PostgreSQL). + mv personalsite/settings.py.example personalsite/settings.py + 5. Migrate changes. ./manage.py migrate