From: mathieu Date: Wed, 18 May 2016 08:52:43 +0000 (+0200) Subject: Remove DATASTART env X-Git-Tag: 1.6.2^2~15^2~1^2~9 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=023832bb15efeb931969b7eae96f96d33a7dbb6a;p=telemeta.git Remove DATASTART env --- diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 047b557b..46b9b008 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -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 diff --git a/env/debug.env b/env/debug.env index f43f7d26..de027101 100644 --- a/env/debug.env +++ b/env/debug.env @@ -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