2020-12-23 09:59:05 +00:00
|
|
|
# eva
|
|
|
|
|
|
|
|
A simple tool for on- and offboarding people in a mid sized organisation.
|
|
|
|
|
|
|
|
"EVA" is an german acronym for "Eintritt, Veränderung, Austritt",
|
|
|
|
meaning "Onboarding, Change, Offboarding"
|
|
|
|
|
|
|
|
# development
|
|
|
|
|
2020-12-23 10:30:30 +00:00
|
|
|
- set up a virtual environment with virtualenvwrapper or some other
|
2020-12-23 09:59:05 +00:00
|
|
|
environment managing tool
|
|
|
|
|
2020-12-23 10:36:54 +00:00
|
|
|
- use this environment and do
|
2020-12-23 09:59:05 +00:00
|
|
|
|
2021-01-11 14:37:41 +00:00
|
|
|
pip install django django-multiselectfield django-formtools
|
2020-12-23 10:30:30 +00:00
|
|
|
|
|
|
|
- clone this repository
|
2020-12-23 10:36:54 +00:00
|
|
|
|
|
|
|
- initialise your database with
|
|
|
|
|
|
|
|
python manage.py migrate
|
|
|
|
|
|
|
|
- start your development server with
|
|
|
|
|
|
|
|
python manage.py runserver
|