fabfile
This commit is contained in:
parent
e29b29885c
commit
7f58c7acdd
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -40,7 +40,7 @@ def setup():
|
|||
update_requirements()
|
||||
|
||||
def deploy():
|
||||
# bzr_push()
|
||||
bzr_push()
|
||||
bzr_update()
|
||||
# virtual_run('python %(project_root)s/%(project_name)s/manage.py syncdb;python %(project_root)s/%(project_name)s/manage.py migrate'%env)
|
||||
run('touch %(project_root)s/wsgi/django.wsgi'%env)
|
||||
|
|
Loading…
Reference in New Issue
Block a user