update comment

This commit is contained in:
Chris Dodge
2013-03-04 09:15:53 -05:00
parent f057ec5a04
commit f21ff7bbfa

View File

@@ -3,7 +3,7 @@ from django.core.management.base import BaseCommand
class Command(BaseCommand):
help = \
'''Delete a MongoDB backed course'''
'''Imports and updates the Studio component templates from the code pack and put in the DB'''
def handle(self, *args, **options):
update_templates()