Browse Source

changes

master
Sanj 13 years ago
parent
commit
6d6b65b767
  1. 2
      fabfile.py
  2. 3
      requirements.txt

2
fabfile.py

@ -13,7 +13,7 @@ from fabric.api import run, local, sudo, put, env
env.project_name = 'mofca'
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
def bzr_push():

3
requirements.txt

@ -1,3 +1,4 @@
-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

Loading…
Cancel
Save