↧
Deploying Django 1.4 to Heroku
Note: It is assumed that your are keeping track of your changes using Git. If you aren’t, you’ll need to be to deploy to Heroku. If there is one thing that scares beginners away from Django, its the...
View ArticleDeploying Django with Fabric
Fabric is a Python library and command-line tool for streamlining the use of SSH to deployment and sys-admin tasks. In the Django community Fabric has been picked up as the de facto standard for...
View Article