From 3127f21947707dd6e5db75052e19d35f2d0e7ffb Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Wed, 23 Dec 2020 11:36:54 +0100 Subject: [PATCH] more README stuff --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd2a88..eebf240 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,16 @@ meaning "Onboarding, Change, Offboarding" - set up a virtual environment with virtualenvwrapper or some other environment managing tool -- use this environment +- use this environment and do pip install django - clone this repository + +- initialise your database with + + python manage.py migrate + +- start your development server with + + python manage.py runserver