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
3722685e1a
This commit is contained in:
Xavier Antoviaque
2013-07-18 09:14:09 -03:00
parent c789642ebd
commit 139b12f25b

View File

@@ -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"