Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rm prerender js #9

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add collectstatic option
yuzroz committed Oct 21, 2015
commit 2e52e7a7ab3aa04daa770c62451ecb0ea6c3abe9
2 changes: 1 addition & 1 deletion web/recipes/deploy.rb
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@
user node[:app][:owner]
group node[:app][:group]
code <<-EOC
#{node[:virtualenv][:path]}/bin/python manage.py collectstatic --noinput --settings=#{node[:app][:django_settings]}
#{node[:virtualenv][:path]}/bin/python manage.py collectstatic --noinput --settings=#{node[:app][:django_settings]} -i rest_framework -i admin --no-post-process
EOC
end