zulip/zephyr/management
Tim Abbott d850bc764f Fix stream name case issues in populate_db.
When we changed our stream name model to treat stream names as
case-insensitive, we didn't update populate_db to do the same.

This commit makes that update, which is to use the lower-cased stream
name for dictionary lookups and deduplication, but the original-case
stream name for actually creating streams.

(imported from commit fc32ec75a5ae286bce7ec86c6e6fb6893888cbd0)
2012-12-04 10:59:25 -05:00
..
commands Fix stream name case issues in populate_db. 2012-12-04 10:59:25 -05:00
__init__.py Add a management command to populate the database. 2012-08-28 12:45:10 -04:00