500 error while adding an user at the admin dashboard

Hi, I have trouble adding an user from the admin dashboard. After filling the details and saving it. The error page comes with 500 error.

@alishaik Yeah… unfortunately that doesn’t work well… there’s data associate with a User that doesn’t get created in the Django Admin panel. New users should go through the registration process instead, or:

To create a super user just hit this command in the terminal when u install tutor directory

tutor local do createuser --staff --superuser -pedx edx edx@example.com
password:edx
username:edx
email: edx@example.com

Can’t I bulk register the users. Because I am able to only add one user at a time. Can we add multiple users at a time from the shell ?

thanks i only wanted to created students not staff only putting createuser command helped me adding the students.

1 Like