When I run Django on Dreamhost using SQLite, why do I get an OperationalError telling me that a tabl
- by Paul D. Waite
I had a Django site running on Dreamhost. Although I used SQLite when developing locally, I initially used MySQL on Dreamhost, because that’s what the wiki page said to do, and because if I’m using an ORM, I might as well take advantage of it by running against a different database.
After a while, I switched the settings on the server to use…