kolios logo

How to migrate django models with South

Hi django fridayers !

Today on python friday, we will discuss the model and data migration of django.

Many of you are probably developing the web app in python and are absolutely amazed about how easy it to create a database schema from your django models. Just run an manage.py syncdb and …voila ! Your brand new application has all the support needed in the backend database.

But let’s face it, this is not really practical when it comes to modify an application that is ALREADY online and have data (registered users, stored personal information, …).

read the rest of this entry »

12 February 10 sebastien requiem no comments

Inkscape module to generate SVG drawings with Python

inkscapeAs a new freelancer, I decided to create my own business cards using moo services. This website allow you to create collectors business cards. The principle is simple, you can upload one image per card so the Verso of the card will be different each time.

My problem : How to create a business card that  match my website layout and make it uniq at the same time ?

read the rest of this entry »

14 April 09 sebastien requiem no comments