TL;DR In my previous blog post, Simulating time in Ruby on Rails framework, I described how to travel in time in both directions by using Ruby on Rails console. In this post I will describe same feature for Django framework. Here is example how to update in django shell user table last_login column, using Django active … Continue reading Django time machine