Skip to content

Commit

Permalink
fix: feedback stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Mar 29, 2024
1 parent 711d7b0 commit 18fb6ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ class Command(BaseCommand):
Add Course Staff in bulk from CSV.
Expects that the data will be provided in a csv file format with the first row
being the header and columns being: username, email, role, course_id.
Example:
Examples:
$ ... bulk_add_course_staff --csv_path=foo.csv
$ ... bulk_add_course_staff --csv_path=foo.csv --batch_size=100 --batch_delay=2
"""

def add_arguments(self, parser):
Expand Down

0 comments on commit 18fb6ce

Please sign in to comment.