Move create_user to its own file.

(imported from commit b3dc11d3730634b35256dca940d479a81441c062)
This commit is contained in:
Tim Abbott
2013-02-12 15:14:48 -05:00
committed by Keegan McAllister
parent 75fc80be60
commit d364e450ea
3 changed files with 41 additions and 37 deletions

View File

@@ -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.