Commit f2197227 by Victor Shnayder

add out-of-date message to check_course

parent c6c95c63
...@@ -74,6 +74,9 @@ class Command(BaseCommand): ...@@ -74,6 +74,9 @@ class Command(BaseCommand):
# TODO: use args as list of files to check. Fix loading to work for other files. # TODO: use args as list of files to check. Fix loading to work for other files.
print "This command needs updating before use"
return
"""
sample_user = User.objects.all()[0] sample_user = User.objects.all()[0]
print "Attempting to load courseware" print "Attempting to load courseware"
...@@ -99,3 +102,4 @@ class Command(BaseCommand): ...@@ -99,3 +102,4 @@ class Command(BaseCommand):
print 'Courseware passes all checks!' print 'Courseware passes all checks!'
else: else:
print "Courseware fails some checks" print "Courseware fails some checks"
"""
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