mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 12:19:29 +00:00
Switch to using staticfiles contrib, update to Django 1.3
This commit is contained in:
3
fabfile.py
vendored
3
fabfile.py
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user