I moved my Django environment from development to production here. One positive note for Django — it is relatively easy to do the migration, and, I am running on different database and servers between the two environment. I am using the built-in development web server in development and sqlite as the database. In production I [...]
Django Installation on Apache
May 12th, 2007 · No Comments · django
Tags: