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 sp
sure you can deploy with sqlite ... its not really recommended but should work ok if you have low network traffic
you set your database engine to sqlite in settings.py ... just make sure you have write access to the path that you specify for your database