horizon/horizon/conf/dash_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
..
static/dash_name "scss is misspelled as css" in these scss files 2015-09-15 09:29:44 -03:00
templates/dash_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
dashboard.py.tmpl Add license headers to the panel/dashboard templates 2015-09-01 10:02:45 +02:00