Hacker News new | past | comments | ask | show | jobs | submit login

> for a long time there were no easy way to do background processing in django.

There was no easy way to do complex background tasks - but Django is just Python. Spawning a new process is easy as is scheduling via cron or similar. I've used both to implement simple background tasks.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: