can I add users from command line to a group?

I need to add 1000 users for this schoolyear. I want to add them to the group "grp2016." I want to do this from commandline. I tried the following, but it doesn't work

python manage.py add_askbot_user --user-name abc --email abc@abc.com --password 123 --group XYZ

If it is not possible. And let's assume that person1 has userid 1000. Can I do some SQL command loop with postgresql that loops over (userid1000 -> userid1234) and adds them under group "grp2016"?

Thanks in advance

kristof's avatar
51
kristof
asked 2016-03-24 16:15:55 -0500, updated 2016-03-24 16:16:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

To display blocks of code, either indent them by 4 spaces, or select the corresponding lines and click on the code icon (the button with '101 010').

slelievre's avatar slelievre (2016-03-31 04:20:25 -0500) edit
add a comment see more comments