From 023832bb15efeb931969b7eae96f96d33a7dbb6a Mon Sep 17 00:00:00 2001 From: mathieu Date: Wed, 18 May 2016 10:52:43 +0200 Subject: [PATCH] Remove DATASTART env --- app/scripts/app.sh | 3 --- env/debug.env | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) 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 -- 2.39.5