Created
February 9, 2016 21:18
-
-
Save jaredlockhart/c098da5e88a34cedf032 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --net=host -t leaderboard sh -c 'echo "from leaderboard.locations.models import Country;Country.objects.all().delete()" | python manage.py shell; python manage.py migrate --noinput; sh ./scripts/setup_countries.sh' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment