From dd3d53666ab72226f4765dd9a6360e8aa634835b Mon Sep 17 00:00:00 2001 From: Stuart Colville Date: Thu, 18 Dec 2014 15:42:04 +0000 Subject: [PATCH] Don't use --index=apps --- bin/docker_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker_run.sh b/bin/docker_run.sh index 2a631bd9950..36042a39d30 100755 --- a/bin/docker_run.sh +++ b/bin/docker_run.sh @@ -15,7 +15,7 @@ if [ $? -ne 0 ]; then echo "Jumping migrations forward to the most recent." schematic migrations/ --fake echo "Creating the initial index" - python manage.py reindex --index=apps + python manage.py reindex fi python manage.py runserver 0.0.0.0:2600