niteshuk
Results
1
issues of
niteshuk
Users details are not imported from the CSV file, only email address is imported. I modified the following to make it work under create_groups() targets.append(User(first_name=str(line.strip().split(',')[0]),last_name=str(line.strip().split(',')[1]),email=str(line.strip().split(',')[2])))