move call to update_templates on service startup into a django-admin command

This commit is contained in:
Chris Dodge
2013-03-04 08:06:58 -05:00
parent f543ad4932
commit 6bacbafb6f
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1 @@
from xmodule.templates import update_templates
update_templates()