fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove mismatched html tags
[redakcja.git]
/
apps
/
catalogue
/
management
/
commands
/
add_curriculum.py
diff --git
a/apps/catalogue/management/commands/add_curriculum.py
b/apps/catalogue/management/commands/add_curriculum.py
index
1274a89
..
8c5b6d5
100644
(file)
--- a/
apps/catalogue/management/commands/add_curriculum.py
+++ b/
apps/catalogue/management/commands/add_curriculum.py
@@
-29,7
+29,7
@@
class Command(BaseCommand):
'-u', '--username', dest='username', metavar='USER',
help='Assign commits to this user (required, preferably yourself).'),
)
- args = '
csv
_file'
+ args = '
json
_file'
def handle(self, json_file, **options):
username = options.get('username')