diff --git a/fabfile.py b/fabfile.py index 0efc7362..7f3cc6f7 100644 --- a/fabfile.py +++ b/fabfile.py @@ -41,7 +41,9 @@ def deploy(c): df2.fix_permissions( c, read=['pinaxcon', 'vendor', 'static'], - read_write=[], + # For speaker photos and attaching supporting docs to a proposal (select + # "view details" after submitting). + read_write=['pinaxcon/site_media/media'], ) df2.reload_uwsgi(c) df2.flush_memcached(c)