This commit is contained in:
Sanj 2011-08-15 19:19:45 +05:30
parent cd9cbef140
commit 6d6b65b767
2 changed files with 3 additions and 2 deletions

2
fabfile.py vendored
View File

@ -13,7 +13,7 @@ from fabric.api import run, local, sudo, put, env
env.project_name = 'mofca' env.project_name = 'mofca'
def production(): def production():
env.hosts = ['%(project_name)s@camp.r-w-x.org'%env, ] env.hosts = ['%(project_name)s@marlon.in'%env, ]
env.project_root = '/srv/(project_name)]s'%env env.project_root = '/srv/(project_name)]s'%env
def bzr_push(): def bzr_push():

View File

@ -1,3 +1,4 @@
-e svn+http://code.djangoproject.com/svn/django/branches/releases/1.1.X/#egg=django -e svn+http://code.djangoproject.com/svn/django/branches/releases/1.1.X/#egg=django
-e bzr+http://code.0xdb.org/python-oxdjango/#egg=python-oxdjango -e bzr+http://code.0x2620.org/python-ox/#egg=python-ox
django_extensions
South South