add new file to commit

This commit is contained in:
Chris Dodge
2013-03-04 08:29:56 -05:00
parent 2d44f51cbc
commit f057ec5a04

View File

@@ -0,0 +1,9 @@
from xmodule.templates import update_templates
from django.core.management.base import BaseCommand
class Command(BaseCommand):
help = \
'''Delete a MongoDB backed course'''
def handle(self, *args, **options):
update_templates()