A simple tool for on- and ofboarding in a mid sized organisation.
Go to file
Benni Bärmann afcd73b287 broken version with nextcloud login 2021-03-10 12:20:48 +01:00
eva broken version with nextcloud login 2021-03-10 12:20:48 +01:00
evapp some more oauth settings, getting closer... 2021-03-03 15:05:27 +01:00
.gitignore django initialisation 2020-12-23 10:59:05 +01:00
LICENSE Initial commit 2020-12-23 09:33:04 +00:00
README.md broken version with nextcloud login 2021-03-10 12:20:48 +01:00
TODO use beautify_data() in mails too. added TODO with known bug 2021-01-19 10:32:31 +01:00
manage.py django initialisation 2020-12-23 10:59:05 +01:00

README.md

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 and do

    pip install django django-multiselectfield django-formtools django-allauth

  • clone this repository

  • initialise your database with

    python manage.py migrate

  • start your development server with

    python manage.py runserver