summaryrefslogtreecommitdiff
path: root/yaksh/file_utils.py
AgeCommit message (Collapse)Author
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