Skip to content

julinux-io/django-gestao-rh

Repository files navigation

Django Gestao RH

CI codecov Updates

Setup

The script compose.sh there is everything that needs to run successfully this project. It accept a parameter down if you would like to destroy all services.

Up all services

$ ./compose.sh

Down all services

$ ./compose down

Run collectstatic

$ docker-compose exec app_gestao pipenv run python manage.py collectstatic