Juste use `docker-compose` command to set up the app. You can get HCaptcha key/secret by creating an account on their [site](https://www.hcaptcha.com/).
**Important** : if there is no user group yet, set `DEFAULT_GROUP_PK` to the value 0.
**Important** : if there is no user group yet, set `DEFAULT_GROUP_PK` to 0.
## Cron job command
If you have a doubt regarding the cron job that are executed, you can run `python3 manage.py crontab show` or `python3 manage.py crontab -l`.
If there is no crontab in response, you can run `python3 manage.py crontab add` to add them again, and then run the previous command to check if the cron job are active.
In case you cannot wait for the cron job to run, you can manually run it by getting the id of the cron job from `python3 manage.py crontab -l`, and then using `/usr/local/bin/python3 /app/manage.py crontab run <id>`
If there is no cron job in response, you can run `python3 manage.py crontab add` to add them again, and then run the previous command to check if cron jobs are active.
In case you cannot wait for the cron job to run, you can manually trigger it by getting the id of the cron job from `python3 manage.py crontab -l`, and then using `/usr/local/bin/python3 /app/manage.py crontab run <id>`