Skip to content

Instantly share code, notes, and snippets.

@k1000
k1000 / fabfile.py
Created November 21, 2009 11:55
deploy django fabfile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
fabfile for Django
------------------
see http://morethanseven.net/2009/07/27/fabric-django-git-apache-mod_wsgi-virtualenv-and-p/
modified for fabric 0.9/1.0 by Hraban (fiëé visuëlle)
several additions, corrections and customizations, too