projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48133b
)
small fix to debug indicating database no longer stores HTML
author
Bryan
<btbonval@gmail.com>
Fri, 17 Jan 2014 05:31:06 +0000
(
00:31
-0500)
committer
Bryan
<btbonval@gmail.com>
Fri, 17 Jan 2014 05:31:06 +0000
(
00:31
-0500)
karmaworld/apps/notes/management/commands/import_ocw_json.py
patch
|
blob
|
history
diff --git
a/karmaworld/apps/notes/management/commands/import_ocw_json.py
b/karmaworld/apps/notes/management/commands/import_ocw_json.py
index 93659027cae16a793484d89c8348df740f6c969e..85a9d3c1ee8439b771dbb23a8431e35b9de93ce0 100644
(file)
--- a/
karmaworld/apps/notes/management/commands/import_ocw_json.py
+++ b/
karmaworld/apps/notes/management/commands/import_ocw_json.py
@@
-166,7
+166,7
@@
class Command(BaseCommand):
# Do tags separately
dbnote.tags.add('mit-ocw','karma')
- print "Converting document and saving note to
database
."
+ print "Converting document and saving note to
S3
."
try:
convert_raw_document(dbnote)
except ValueError, e: