Squeezing every drop of performance out of a Django app on Heroku
Last week, we launched Arxiv Vanity, a tool that converts academic papers from Arxiv into web pages. At some point I want to write about… (more…)
Read more »In Django, if you want to save the date an instance was created and/or updated, you can use DateTimeField with the flags auto_now_add or… Read more