|
|
|
|
|
by roam
5020 days ago
|
|
What's confusing you? (I'm trying to help, not being snarky) If you want to invoke some Django-based logic at regular intervals without having to install Celery (and monitoring and a decent queue) you'll opt for a management command. The link you posted should help you out here. Invoking the script yourself or telling cron to invoke it for you shouldn't be hard if you know about cron. With regards to Celery: I think the tutorial and docs are pretty clear on how to use it and how to set it up. |
|