A simple tool for on- and ofboarding in a mid sized organisation.
Go to file
Benni Bärmann d57100c8f5 mails will be send to usermail, too. 2021-03-17 10:43:26 +01:00
eva added simple auth 2021-03-11 14:49:29 +01:00
evapp mails will be send to usermail, too. 2021-03-17 10:43:26 +01:00
.gitignore
LICENSE
README.md
TODO
manage.py

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

  • clone this repository

  • initialise your database with

    python manage.py migrate

  • start your development server with

    python manage.py runserver