changes
This commit is contained in:
parent
cd9cbef140
commit
6d6b65b767
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -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():
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user