zulip/zephyr/management/commands
Tim Abbott e434fa141e Use .objects.create and .objects.get_or_create.
This eliminates a bunch of unnecessary code and also fixes a bunch of
places where we were improperly not using transactions.

(imported from commit f194ae9226f9229fc56a0b1b21615534f486ea0c)
2012-10-19 17:42:14 -04:00
..
__init__.py Add a management command to populate the database. 2012-08-28 12:45:10 -04:00
clear_db.py klass => model as a local variable to refer to our models. 2012-10-10 17:47:12 -04:00
populate_db.py Use .objects.create and .objects.get_or_create. 2012-10-19 17:42:14 -04:00
print_initial_password.py print_initial_password: Print API keys too 2012-10-17 18:23:01 -04:00
runtornado.py Rename notify_waiting_clients -> notify_new_message 2012-10-17 18:23:01 -04:00
test_messages.txt populated_db: Rename many functions/variables from zephyr => message. 2012-10-03 18:14:15 -04:00