1π
β
Iβve hosted multiple small (free-heroku) projects with Heroku and Django β They work very well together. Especially if you donβt have a lot of server experience.
Heroku has a straightforward django guide, and using git with your projects to push local changes into heroku is fast/easy.
Heroku has lots of plugins (many for free) that can help out even the smallest django application running on the free level. Memcache is a must, to keep your small apps running as quickly as possible.
All in all Heroku is a great way to host a Django Powered application, itβs instantly scale-able when your application is ready to grow, but works well enough in the free capacity in order to let it grow !
π€Hacking Life
Source:stackexchange.com