chol
/
eva
forked from tohe/eva
1
0
Fork 0
A simple tool for on- and ofboarding in a mid sized organisation.
Go to file
Benni Bärmann 531ffa95fe added sim & sim2, configured mails in settings 2021-03-29 14:56:06 +02:00
eva new setting MAILTEST which sends mail only to EVA_MAIL not to departments 2021-03-25 10:09:27 +01:00
evapp added sim & sim2, configured mails in settings 2021-03-29 14:56:06 +02:00
.gitignore reorganisation of settings/git for production 2021-03-18 13:49:14 +01:00
LICENSE
README.md
TODO added sim & sim2, configured mails in settings 2021-03-29 14:56:06 +02:00
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