Installation
Installation¶
Install django-pgcron with:
Installing pg_cron¶
In order to use django-pgcron, you must have pg_cron installed in your database.
For instructions on installing pg_cron, see the pg_cron documentation.
Compatibility¶
django-pgcron is compatible with Python 3.10 - 3.13, Django 5.0+, and Postgres 13 - 17.