Archive for December, 2010
Multi-Threaded Django Dev Server
Posted on17. Dec, 2010 by Ash Christopher.
1
When using django, most of us use the ‘runserver’ that comes with Django. For the most part, it’s great and allows us to get things done quickly.
Where it starts to run into problems is when working on web-apps that make a lot of ajax calls or load media.
Ajax calls are especially important as the [...]

