Showing 139 to 144 of 315 blog posts that match the query "django".
-
Caktus Internship Fuels a Career Re-Launch
What is it like to be an intern at Caktus? I am finishing up as the spring Django intern (though I didn't actually use any Django), so I'll share my experience. Read more
March 24, 2016 -
Best Python Libraries
Our love for Python is no secret. But with so many modules, tools, and libraries, it can be overwhelming for beginning developers to identify the most useful. Read more
March 17, 2016 -
Wagtail: 2 Steps for Adding Pages Outside of the CMS
My first Caktus project went live late in the summer of 2015, built in the Wagtail CMS framework. It's a community portal for users of an SMS-based product called RapidPro. Read more
February 15, 2016 -
Writing Unit Tests for Django Migrations
Testing in a Django project ensures the latest version of a project is as bug-free as possible. But when deploying, you’re dealing with multiple versions of the project through ... Read more
February 2, 2016 -
ShipIt Day Recap: Q1 2016
Last Friday, the Cakti set aside regular client projects for our quarterly ShipIt Day, a chance for personal development and independent projects. Read more
January 20, 2016 -
Modified Preorder Tree Traversal in Django
Databases don't natively store hierarchies. MPTT saves hierarchical data in flat tables with fast retrieval but slow update. This post explores these tradeoffs. Read more
January 4, 2016