do-destroy-rebuild-database: Default to randomly generated message data.

And use only 1 thread, to work around pylibmc multithreading issues on
OSX.

(imported from commit bb065b611cb67133f727747cec4a0ff568513788)
This commit is contained in:
Tim Abbott 2013-07-08 11:51:49 -04:00
parent 20a43706f4
commit 9ddf6b0295
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ echo "DROP SCHEMA humbug CASCADE; CREATE SCHEMA humbug;" | python manage.py dbsh
python manage.py syncdb --noinput
python manage.py migrate
python manage.py createcachetable third_party_api_results
python manage.py populate_db --replay-old-messages -n0
python manage.py populate_db -n100 --threads=1
# Ensure that the local user's API key is synced from ~/.humbugrc
python manage.py sync_api_key