Skip to content

Instantly share code, notes, and snippets.

View muke5hy's full-sized avatar
:octocat:
Learning the hard way!

Mukesh Yadav muke5hy

:octocat:
Learning the hard way!
View GitHub Profile
@muke5hy
muke5hy / fabfile.py
Created December 13, 2013 00:43 — forked from onyxfish/fabfile.py
from fabric.api import *
"""
Base configuration
"""
env.project_name = '$(project)'
env.database_password = '$(db_password)'
env.site_media_prefix = "site_media"
env.admin_media_prefix = "admin_media"
env.newsapps_media_prefix = "na_media"