From dcdf755d27d0fc38b32b6fc8cf5321d866224661 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Thu, 17 Dec 2020 09:27:28 +0100 Subject: [PATCH] remove paths --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f3546731..35e230cc 100644 --- a/readme.md +++ b/readme.md @@ -92,16 +92,17 @@ After database connection is configured setup a database by applying migration s ``` ## Development -Remember, that before working you have to activate _virtualenv_, by: +Remember, that before working you have to activate _virtualenv_ (in project directory), by: ```bash -devel@host ~/home/smash/scheduling-system $ . env/bin/activate +. env/bin/activate ``` In order to run development server, run: ```bash -devel@host ~/home/smash/scheduling-system/smash $ ./manage.py runserver +cd smash +./manage.py runserver ``` and go to `127.0.0.1:8000` in browser -- GitLab