summaryrefslogtreecommitdiff
path: root/yaksh/file_utils.py
AgeCommit message (Collapse)Author
2017-11-14Added ',' as the specific delimiter for the csv uploadprathamesh
2017-11-13csv 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-10Optimised the code and added dialect while reading to handle differentprathamesh
delimiters
2017-11-07Need nested try..except in is_csvprathamesh
2017-11-07Removed nested try..exceptprathamesh
2017-11-06Added info for uploadprathamesh
converted list to set as dict.keys() returns list in python 2.7
2017-11-06Upload 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-17changes in evaluator and file utilsadityacp
2016-10-17extract uploaded questions zip in tempadityacp
2016-08-30removed extract_files and read_json files from viewsadityacp
2016-07-28added validation to check zip fileadityacp
2016-07-28changed module name from copy_delete_files to file_utilsadityacp