18 lines
391 B
Markdown
18 lines
391 B
Markdown
# 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
|
|
|
|
- set up a virtual environment with virtualenvwrapper or some other
|
|
environment managing tool
|
|
|
|
- use this environment
|
|
|
|
pip install django
|
|
|
|
- clone this repository
|