test | nasazovani -- problem s pravy

This commit is contained in:
Bc. Petr Pecha 2015-09-23 21:51:32 +02:00
parent 4801b61705
commit dda0d2ff93

View file

@ -69,6 +69,7 @@ deploy_test:
./manage.py collectstatic --noinput ./manage.py collectstatic --noinput
(chown -Rf :mam . || true ) (chown -Rf :mam . || true )
(chmod -Rf g+rwX . || true ) (chmod -Rf g+rwX . || true )
(chmod -Rf o+r . || true )
touch mamweb/wsgi.py touch mamweb/wsgi.py
@echo Done. @echo Done.