From the daily archives:

Saturday, May 12, 2007

Django Installation on Apache

May 12, 2007

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 [...]

Read the full article →