Updates to fabfile

master
Nick Sergeant 2011-10-23 23:36:32 -04:00
parent 1fef6fb13b
commit 46e08983d3
1 changed files with 1 additions and 1 deletions

2
snipt/fabfile.py vendored
View File

@ -13,7 +13,7 @@ def staticfiles():
local('hg push')
except:
pass
#local('%s/manage.py collectstatic' % BASE_PATH)
local('%s/manage.py collectstatic' % BASE_PATH)
def deployall():
staticfiles()