A human resources management app for human beings.
This is work in progress. Not much to see here for the moment (have a look at the models).
To install the requirements from requirements.txt:
make requirements
To run the tests:
make test
To run the test and get HTML coverage report in cover/ directory:
make cover
