edit fabfile

This commit is contained in:
Sanj 2012-05-11 02:59:05 +05:30
parent 97a17f64a2
commit 7793fbb380

2
fabfile.py vendored
View File

@ -42,5 +42,5 @@ def setup():
def deploy():
bzr_push()
bzr_update()
virtual_run('python %(project_name)s/manage.py syncdb;python %(project_name)s/manage.py migrate'%env)
# virtual_run('python %(project_name)s/manage.py syncdb;python %(project_name)s/manage.py migrate'%env)
run('touch %(project_root)s/wsgi/django.wsgi'%env)