Ticket #85 (accepted enhancement)

Opened 21 months ago

Last modified 21 months ago

batch add new users

Reported by: pironej Owned by: solomonr
Priority: add to milestone soon Milestone:
Component: Web Interface, Backend Version: 0.0.0
Keywords: Cc: solomonr, irishj, pironej

Description

for instance, some way to go from a class list rather than having to add 17 students in individually!

Change History

Changed 21 months ago by solomonr

  • status changed from new to accepted
  • owner changed from rory to solomonr

will need to create an admin manage.py command for this

it will read a CSV file and then do something like:

from django.contrib.auth.models import User
new_user = User.objects.create_user('username', 'email', 'password')

Note: See TracTickets for help on using tickets.