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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kristof's avatar
51
kristof
asked 9 years ago, updated 9 years ago

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 (9 years ago)
see more comments