django-planet

kfh

Blog Info Three Letter Acronym
Blog website Link

Improving Django testing with seed database

Feb. 5, 2024 » Posts on Three Letter Acronym » [Archived Version]

The code used as example in this post can be found in this git repo At FOSDEM24, Denny Biasiolli gave an excellent talk on optimizing Django migrations for testing. This talk has a great run-through of the migration flow in Django, and different ways to improve the time and resources spent applying Django migrations. This can be further improved by using a seed database, especially in CI/CD pipelines. Seed databases A seed database contains an initial set of data, for instance a set of migratio…

Read More

Hello World

Feb. 4, 2024 » Posts on Three Letter Acronym » [Archived Version]

Test First blog page on the intertubes print("henlo")

Read More