Autocommit by [fab staticfiles]

master
Nick Sergeant 2011-10-24 00:19:44 -04:00
parent 32f2aab7cd
commit 0f630aca6f
1 changed files with 1 additions and 1 deletions

2
snipt/fabfile.py vendored
View File

@ -15,7 +15,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()