fabfile
This commit is contained in:
parent
aaeed4456b
commit
779a88b0d5
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -44,3 +44,4 @@ def deploy():
|
|||
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)
|
||||
virtual_run('python %(project_root)s/openmumbai/manage.py collectstatic --noinput'%env)
|
||||
|
|
Loading…
Reference in New Issue
Block a user