Closed ivanistheone closed 3 years ago
small fix spotted via the twitters https://twitter.com/LearnEQ/status/1358802695537180676
relevant mgmt command source is https://github.com/learningequality/kolibri/blob/release-v0.14.x/kolibri/core/auth/management/commands/bulkimportusers.py#L354-L396 which shows filepath is regular arg, not --output-file kwarg
filepath
--output-file
hi @ivanistheone!
thanks for the edits. (as aside, we should have sent that user to the simpler GUI-based mechanism - https://kolibri.readthedocs.io/en/latest/manage/data.html#csv-import)
small fix spotted via the twitters https://twitter.com/LearnEQ/status/1358802695537180676
relevant mgmt command source is https://github.com/learningequality/kolibri/blob/release-v0.14.x/kolibri/core/auth/management/commands/bulkimportusers.py#L354-L396 which shows
filepath
is regular arg, not--output-file
kwarg