django-planet

Feed: Posts on Three Letter Acronym

Recent content in Posts on Three Letter Acronym

Blog Three Letter Acronym
RSS 2.0 Feed Posts on Three Letter Acronym
web https://tla.wtf/posts/
Last Update11.20.2024
Posts2

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