Switch to using staticfiles contrib, update to Django 1.3

This commit is contained in:
2011-05-27 13:44:17 +01:00
parent 2eff40c7df
commit 73fd280e2d
26 changed files with 19 additions and 23 deletions

3
fabfile.py vendored
View File

@@ -241,3 +241,6 @@ def clear_logs():
with cd('%(path)s/dreddit-auth/' % env):
run('rm ./logs/*.log')
def deploy_static():
with cd('%(path)s/dreddit-auth/' % env):
run('./app/manage.py collectstatic -v0 --noinput')