fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da5cbcd
)
minor fix
author
Jan Szejko
<janek37@gmail.com>
Thu, 21 Dec 2017 16:50:50 +0000
(17:50 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Thu, 21 Dec 2017 16:50:50 +0000
(17:50 +0100)
apps/catalogue/management/commands/add_curriculum.py
patch
|
blob
|
history
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')