问题 I've built a Django app that uses sqlite (the default database), but I can't find anywhere that allows deployment with sqlite. Heroku only works with postgresql, and I've spent two days trying to switch databases and can't figure it out, so I want to just deploy with sqlite. (This is just a small application.) A few questions: Is there anywhere I can deploy with sqlite? If so, where/how? 回答1: SQLite is a database on the disk, it is very useful for development purposes, however services like