--- /usr/lib/python2.7/dist-packages/planet/shell/dj.py.orig 2021-09-07 16:48:23.408948571 -0400 +++ /usr/lib/python2.7/dist-packages/planet/shell/dj.py 2021-09-07 16:49:06.192939912 -0400 @@ -53,7 +53,8 @@ # set up the Django context by using the default htmltmpl # datatype converters - context = Context(autoescape=(config.django_autoescape()=='on')) + # context = Context(autoescape=(config.django_autoescape()=='on')) + context = {} context.update(tmpl.template_info(doc)) context['Config'] = config.planet_options() t = get_template(script)