]> git.parisson.com Git - telemeta.git/commitdiff
update start_app
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 20 Mar 2015 16:34:12 +0000 (17:34 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 20 Mar 2015 16:34:12 +0000 (17:34 +0100)
examples/deploy/start_app.sh

index 49199602ce6a55f29a8e22aa81cc28af2198851a..601ba9545ef8f6bd7a82f2dff465b797d7a60c4a 100644 (file)
@@ -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 \