From 116d4504326bbd91b8e950d0ed8010e34f3888fa Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 20 Mar 2015 17:34:12 +0100 Subject: [PATCH] update start_app --- examples/deploy/start_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deploy/start_app.sh b/examples/deploy/start_app.sh index 49199602..601ba954 100644 --- a/examples/deploy/start_app.sh +++ b/examples/deploy/start_app.sh @@ -14,7 +14,7 @@ python $manage syncdb --noinput python $manage migrate --noinput python $manage collectstatic --noinput python $manage telemeta-create-admin-user -python $manage timeside-create-boilerplate +python $manage telemeta-create-boilerplate # static files auto update watchmedo shell-command --patterns="*.js;*.css" --recursive \ -- 2.39.5