Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-14 | Added ',' as the specific delimiter for the csv upload | prathamesh | |
2017-11-13 | csv can now take extra fields related to profile. | prathamesh | |
Updates if the username is same. Additional csv header "remove" added, to remove user from the course. | |||
2017-11-10 | Optimised the code and added dialect while reading to handle different | prathamesh | |
delimiters | |||
2017-11-07 | Need nested try..except in is_csv | prathamesh | |
2017-11-07 | Removed nested try..except | prathamesh | |
2017-11-06 | Added info for upload | prathamesh | |
converted list to set as dict.keys() returns list in python 2.7 | |||
2017-11-06 | Upload user to the course via csv. | prathamesh | |
The csv takes firstname, lastname and email. User and Profile are created with username and password been same as email. Following cases are handled for csv upload: - wrong csv headders - missing csv values - already existing users - invalid csv | |||
2016-10-17 | changes in evaluator and file utils | adityacp | |
2016-10-17 | extract uploaded questions zip in temp | adityacp | |
2016-08-30 | removed extract_files and read_json files from views | adityacp | |
2016-07-28 | added validation to check zip file | adityacp | |
2016-07-28 | changed module name from copy_delete_files to file_utils | adityacp | |