New Django migrations

A really worth seeing presentation about the database migration stuff developed in the new Django. This is not released yet, but can be used with the newest Django. I’ve checked it, and the migrations are much easier than with South.

Virtualenv Tutorial Part 2

The First Version of This Tutorial

A couple of years ago I wrote a simple article about the virtualenv. A kind of a very basic tutorial showing how to use the Python Virtual Environment with different versions of Python like Python 2, and Python 3.

Since then I’ve changed how I work with the virtualenvs, so here is a more updated version of the tutorial. A better way of managing the environments.

In this tutorial I will show you how to create a Virtual Environment, manage it, install different libraries, and use different Python versions in each of them.