From 139b12f25b090d09a9edb767baacf08d5fa48232 Mon Sep 17 00:00:00 2001 From: Xavier Antoviaque Date: Thu, 18 Jul 2013 09:14:09 -0300 Subject: [PATCH] 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 --- scripts/create-dev-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-dev-env.sh b/scripts/create-dev-env.sh index a28ee1a8b4..8699cc7656 100755 --- a/scripts/create-dev-env.sh +++ b/scripts/create-dev-env.sh @@ -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"