Add social and test to default subs added after DB dumps.

(imported from commit 828c733c9f5d1bdd5fc0aa2e162b800f8db7b22f)
This commit is contained in:
Tim Abbott 2012-10-11 10:55:27 -04:00
parent beb5dc4a70
commit 2de4d1d448
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class Command(BaseCommand):
internal_humbug_users = [] internal_humbug_users = []
create_users(internal_humbug_users) create_users(internal_humbug_users)
humbug_stream_list = ["devel", "all", "humbug", "design", "support"] humbug_stream_list = ["devel", "all", "humbug", "design", "support", "social", "test"]
create_streams(humbug_stream_list, humbug_realm) create_streams(humbug_stream_list, humbug_realm)
# Now subscribe everyone to these streams # Now subscribe everyone to these streams