]> git.parisson.com Git - telemeta.git/commitdiff
Remove DATASTART env
authormathieu <mathieu.boye28@gmail.com>
Wed, 18 May 2016 08:52:43 +0000 (10:52 +0200)
committermathieu <mathieu.boye28@gmail.com>
Wed, 18 May 2016 08:52:43 +0000 (10:52 +0200)
app/scripts/app.sh
env/debug.env

index 047b557b1ed3f1a7413bcb626e2d855334339481..46b9b008253c20b786e926ec0133c2b1dc2d0db3 100644 (file)
@@ -31,11 +31,8 @@ python $manage bower_install -- --allow-root
 python $manage collectstatic --noinput
 
 # telemeta setup
-if [ $DATASTART = "True" ]
-then
 python $manage telemeta-create-admin-user
 python $manage telemeta-create-boilerplate
-fi
 
 if [ $REINDEX = "True" ]; then
     python $manage rebuild_index --noinput
index f43f7d26c85c43fa8e4d859932316f4eab91db5a..de02710137b9c9873ef087e93871077f3e448c4d 100644 (file)
@@ -18,5 +18,4 @@ BROKER_URL=redis://broker:6379/0
 # If this is True, all tasks will be executed locally by blocking until the task returns.
 CELERY_ALWAYS_EAGER=False
 
-REINDEX=False
-DATASTART=False
+REINDEX=False
\ No newline at end of file