Craig Kerstiens 2/8/2013

Introducing django-db-tools

Read Original

The article introduces django-db-tools, a Python/Django library for handling large database migrations without full downtime. It allows developers to switch their site to an anonymous mode (logging out all users) or a GET-only mode (converting POSTs to GETs) to prevent data writes, facilitating safer migrations like moving from MySQL to Postgres.

Introducing django-db-tools

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes