Django Enhancement Proposal 0014: Background workers

This is a proposal for adding a background workers interface to Django, to better facilitate developers (both working with Django and library maintainers) moving certain tasks from their web proces… Read more

Similar

Making an existing Django app run faster

Django might not be the most trendy framework to use anymore, but it's insanely stable, extendable and has an active community around it. That, and simply because I am able to build stuff with it fast, I used it to build my app [MentorCruise.com](https://... (more…)

Read more »