Installation

Docker

At the command line:

docker-compose up

Development

Or, to development enviroment

git clone git@github.com:hendrixcosta/pyponto.git

cd pyponto/

./run-dev.sh

Note

Com esses scripts sera criado user: admin com a senha padrão:admin.

Para criar novo usuário: `$ python manage.py createsuperuser`