mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Hack to make populate_db still work during domain transition.
(imported from commit bd1500b49080c277edba5400c315c9824fcc4ac8)
This commit is contained in:
parent
a9b3b20ea6
commit
477dbddbdf
@ -118,6 +118,7 @@ class Command(BaseCommand):
|
||||
realms = {}
|
||||
for realm in Realm.objects.all():
|
||||
realms[realm.domain] = realm
|
||||
realms['zulip.com'] = realms['humbughq.com']
|
||||
|
||||
# Create test Users (UserProfiles are automatically created,
|
||||
# as are subscriptions to the ability to receive personals).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user