horizon/horizon/conf/panel_template
Ivan Kolodyazhny b2219d5aa6 Fix startdash and startpanel management commands
During startdash and startpanel commands execution Django loads base
templates and tries to compile them. We need to use templatetag [1] to
avoid this behaviour.

As alternative solution we can use verbatim [2] block for it but it
makes our base tamplets less readable, IMO.

[1] https://docs.djangoproject.com/en/dev/ref/templates/builtins/#templatetag
[2] https://docs.djangoproject.com/en/dev/ref/templates/builtins/#std:templatetag-verbatim

Change-Id: I1a489d4d4210e9c72d138cff9bfee664d424be20
Closes-Bug: #1796312
2018-10-29 04:02:16 +09:00
..
templates/panel_name Fix startdash and startpanel management commands 2018-10-29 04:02:16 +09:00
__init__.py Adds dash/panel app templates, mgmt commands, template loader. 2012-05-01 14:41:20 -07:00
panel.py.tmpl Add license headers to the panel/dashboard templates 2015-09-01 10:02:45 +02:00
tests.py.tmpl Add license headers to the panel/dashboard templates 2015-09-01 10:02:45 +02:00
urls.py.tmpl Update URLs to Django 1.8 style for plugins 2016-02-23 00:19:06 +00:00
views.py Add license headers to the panel/dashboard templates 2015-09-01 10:02:45 +02:00