diff --git a/Makefile b/Makefile index 01f7790a..39246335 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ deploy_test: ./manage.py collectstatic --noinput (chown -Rf :mam . || true ) (chmod -Rf g+rwX . || true ) + (chmod -Rf o+r . || true ) touch mamweb/wsgi.py @echo Done.