Deploying Django Staticfiles to Heroku via Hudson/Jenkins
Filter By
- My Posts
- Learned Posts
- My Discussions
- Joined Discussions
- Favorite Members
- Curated Posts
Trends
Deploying Django on Heroku (Mac OS X)
Heroku is a very popular Cloud PaaP (Platform as a Service) platform which allows you to deploy various applications. Heroku doesn’t charge anything to signup and has a free service upto 5 MB usage of database, that’s enough to try it out.Heroku is majorly to Deploy Ruby, Node.js, Clojure, and Java apps. But, you can also run any type of app (like Django).
In this post I’ll explain how to deploy Django project on Heroku.I assume that you already signed-up with Heroku and configured your SSH keys with Heroku servers. If you haven’t done it already, follow these instructions – http://devcenter.heroku.com/articles/quickstart
Please register or log in to post a comment.
Please register or log in to post a comment.