From: Bryan Date: Fri, 17 Jan 2014 05:31:06 +0000 (-0500) Subject: small fix to debug indicating database no longer stores HTML X-Git-Tag: release-20150131~234 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0868a39eb4e8e8c3a27e659b2ae3600872dd3031;p=oweals%2Fkarmaworld.git small fix to debug indicating database no longer stores HTML --- diff --git a/karmaworld/apps/notes/management/commands/import_ocw_json.py b/karmaworld/apps/notes/management/commands/import_ocw_json.py index 9365902..85a9d3c 100644 --- 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: