more README stuff

This commit is contained in:
Benni Bärmann 2020-12-23 11:36:54 +01:00
parent 04e73c3f8a
commit 3127f21947
1 changed files with 9 additions and 1 deletions

View File

@ -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