-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The documented CMS_MIGRATION_USER_ID doesn't seem to be in use at the moment. My guess is that it's intended for use in helpers.get_or_create_migration_user, which doesn't currently work with User models that are missing the username field?
Rather than implementing it by user ID, would it be worth having a dict-based setting which can be passed to get_or_create, so for example if my user model has an email-based login, I could set CMS_MIGRATION_USER={"email": "[email protected]"}
Metadata
Metadata
Assignees
Labels
No labels