[Answer]-Heliohost and django hosting and deployment from bitbucket

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

Leave a comment