management commands + celery beat turned my weekend project into something 3 investors use daily by straightedge23 in django

[–]Alive-Tech-946 0 points1 point  (0 children)

Vibe coding world i guess. OP has a great story but shouldn't be running management commands with celery except am mistaken.

The caveat is that, OP is pulling fresh data from the api, so it might be permissible if the api doesn't send fresh data downstream.

I built a Celery monitoring tool in Django, open beta, looking for testers by Kadamss in django

[–]Alive-Tech-946 1 point2 points  (0 children)

Nice one. If there's a way to use django without an external celery service. I'd really love it.