Commit 6d5f333a by Victor Shnayder

add message to import command

parent 3ad7e6f4
...@@ -23,4 +23,7 @@ class Command(BaseCommand): ...@@ -23,4 +23,7 @@ class Command(BaseCommand):
course_dirs = args[1:] course_dirs = args[1:]
else: else:
course_dirs = None course_dirs = None
print "Importing. Data_dir={data}, course_dirs={courses}".format(
data=data_dir,
courses=course_dirs)
import_from_xml(modulestore(), data_dir, course_dirs) import_from_xml(modulestore(), data_dir, course_dirs)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment