You are writing a comment about Development to Deployment in Django, here is a quick summary:
An overview of my pipeline between development and deployment for Django projects. Fabric and Git turn a potentially unhappy task into something very quick and easy.
You are responding to this comment written by Cai Feng on January 20th 2009, 02:14.
In one of my project, we have some pain when we try to convert the database from sqlite(used in development environment) to postgres(used in production environment). That's because sqlite doesn't have enough type checking and data constraint. So when you try to create the initial data based on sqlite database and import the initial data to the postgresql, you will found a lot of errors. How do you deal with this kind of transition?
Please be aware that comment forms go stale after one hour.
Comments may make use of LifeFlow MarkDown. Raw html will be escaped.
Quick Introduction to LifeFlow MarkDown Syntax
A highlighted code block:
Other common languages work as well: scheme, python, java, html, etc.
Other markdown syntax: