Showing all 3 blog posts tagged with "performance".
-
Reviews of two recent Django Books
Introduction When I started building sites in Django, I learned the basics from the excellent Django tutorial. But I had to learn by trial and error which approaches to using Dj... Read more
July 23, 2015 -
Using Amazon S3 to Store your Django Site's Static and Media Files
Editor's note: This post was updated in September 2017. Using Amazon S3 to Store your Django Site's Static and Media Files Storing your Django site's static and media files on... Read more
November 10, 2014 -
Bulk inserts in Django
I recently found a way to speed up a large data import far more than I expected. The task was to read data from a text file and create data records in Django, and the naive impl... Read more
September 20, 2011