TL;DR In this post I will explain the issue that can happen during the importing django fixture files into testing database. Django fixture files enable developer to prepare testing data. We usually put in those files data that is static and essential for data model. For example, list of countries. The problem is that developer needs … Continue reading Be careful with django fixture files