mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
Move create_user to its own file.
(imported from commit b3dc11d3730634b35256dca940d479a81441c062)
This commit is contained in:
committed by
Keegan McAllister
parent
75fc80be60
commit
d364e450ea
@@ -4,7 +4,7 @@ from zephyr.lib.initial_password import initial_password, initial_api_key
|
||||
from zephyr.models import Realm, Stream, User, UserProfile, Huddle, \
|
||||
Subscription, Recipient, Client, Message, \
|
||||
get_huddle_hash
|
||||
from zephyr.lib.actions import create_user_base
|
||||
from zephyr.lib.create_user import create_user_base
|
||||
|
||||
# batch_bulk_create should become obsolete with Django 1.5, when the
|
||||
# Django bulk_create method accepts a batch_size directly.
|
||||
|
||||
Reference in New Issue
Block a user