Showing 1 to 6 of 12 blog posts tagged with "model".
-
How to Switch to a Custom Django User Model Mid-Project
The Django documentation recommends always starting your project with a custom user model (even if it's identical to Django's to begin with), to make it easier to customize lat... Read more
April 26, 2019 -
Using Unsaved Related Models for Sample Data in Django 1.8
Note: In between the time I originally wrote this post and it getting published, a ticket and pull request were opened in Django to remove allow_unsaved_instance_assignment and... Read more
July 28, 2015 -
Migrating to a Custom User Model in Django
UPDATE: Read a newer blog post on this topic. The new custom user model configuration that arrived in Django makes it relatively straightforward to swap in your own model for t... Read more
August 7, 2013 -
Making your Django app more pluggable
This blog post is about ways of doing things in your Django app, and pitfalls to avoid, so your app is easier to plug in to other sites. Introduction One of the most enticing pr... Read more
June 12, 2013 -
Django Fundamentals Bootcamp Recap
On June 8th and 9th, Caktus hosted its first Django Fundamentals Bootcamp. The Caktus team developed the idea for the course, which was a crossword drill application, and has be... Read more
July 12, 2012 -
OpenBlock Geocoder, Part 1: Data Model and Geocoding
As Tobias mentioned in Scraping Data and Web Standards, Caktus is collaborating with the UNC School of Journalism to help develop Open Rural (the code is on GitHub). Open Rural ... Read more
December 12, 2011