dev-to-production

Django: sqlite for dev, mysql for prod?

Quick question: is it a good idea to use sqlite while developing a Django project, and use MySQL on the production server? ...

What is a good way to set up a dev, staging and production workflow with wordpress

Wordpress presents some challenges since it tends to keep too much in the database, making it hard to move from server to server. What are some other issues to look out for? What was your workflow like? ...

Code & data tracking / deployment

For a long time now, we've held our data within the project's repository. We just held everything under data/sql, and each table had its own create_tablename.sql and data_tablename.sql files. We have now just deployed our 2nd project onto Scalr and we've realised it's a bit messy. The way we deploy: We have a "packageup" collection of...

Git production/staging server workflow

Hi Currently my website (production server) already have a lot of code in it. And now I want to start using Git for my projects and setup a staging server for my team. Can anybody give me any advise? Here is the picture in my mind: Production - Prodcution server which already have codes ↑ ...