Commit 139b12f2 by Xavier Antoviaque

Install: Fixes "Don't know how to build task 'cms:update_templates'"

Remove the `update_templates command from the installation script, this
command was removed by
https://github.com/edx/edx-platform/commit/3722685e1a185ff4a0a085bb380ed793cf6d1e59
parent c789642e
......@@ -497,7 +497,7 @@ mkdir -p "$BASE/data"
rake django-admin[syncdb,lms,dev,--noinput]
rake django-admin[migrate]
rake cms:update_templates
# Configure Git
output "Fixing your git default settings"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment