Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Don't use --index=apps
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinresearch committed Dec 18, 2014
1 parent bf9830c commit dd3d536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker_run.sh
Expand Up @@ -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

0 comments on commit dd3d536

Please sign in to comment.