django-kronos icon indicating copy to clipboard operation
django-kronos copied to clipboard

Kronos makes it really easy to define and schedule tasks with cron

Results 3 django-kronos issues
Sort by recently updated
recently updated
newest added

I just created my first kronos task and while it nearly works like it should .. its printing all SQL queries executed during that task. SQL logging is not enabled...

Bumps [django](https://github.com/django/django) from 1.7 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

I want to set environment variables, specifically DB paths, in my docker-compose.yml file. Why? This is the path of least resistance when you quickly want to override a setting that...