We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the create_user_gdpr_testing command, the gender property of the UserProfile is set to 'gdpr test gender':
create_user_gdpr_testing
gender
UserProfile
'gdpr test gender'
edx-platform/openedx/core/djangoapps/user_api/management/commands/create_user_gdpr_testing.py
Line 94 in 2323b3b
This value of does not fit in the MySQL column (max_length=6) and does not match any of the allowed values (f, m, o.)
f
m
o
I wonder if anyone has ever been able to run it.
The text was updated successfully, but these errors were encountered:
assign me
Sorry, something went wrong.
jerryankur
No branches or pull requests
In the
create_user_gdpr_testing
command, thegender
property of theUserProfile
is set to'gdpr test gender'
:edx-platform/openedx/core/djangoapps/user_api/management/commands/create_user_gdpr_testing.py
Line 94 in 2323b3b
This value of does not fit in the MySQL column (max_length=6) and does not match any of the allowed values (
f
,m
,o
.)I wonder if anyone has ever been able to run it.
The text was updated successfully, but these errors were encountered: