Skip to content

Instantly share code, notes, and snippets.

View ironworld's full-sized avatar
💭
Pianinho 🎹

Cícero Raupp Rolim ironworld

💭
Pianinho 🎹
View GitHub Profile
"""
This fabric file makes setting up and deploying a django application much
easier, but it does make a few assumptions. Namely that you're using Git,
Apache and mod_wsgi and your using Debian or Ubuntu. Also you should have
Django installed on your local machine and SSH installed on both the local
machine and any servers you want to deploy to.
_note that I've used the name project_name throughout this example. Replace
this with whatever your project is called._