1721ba9c4a
Implements blueprint scaffolding. Using custom management commands you can now create the majority of the boilerplate code for a new dashboard or panel from a set of basic templates with a single command. See the docs for more info. Additionally, in support of the new commands (and inherent codified directory structure) there's a new template loader included which can load templates from "templates" directories in any registered panel. Change-Id: I1df5eb152cb18694dc89d562799c8d3e8950ca6f
4 lines
88 B
Python
4 lines
88 B
Python
"""
|
|
Stub file to work around django bug: https://code.djangoproject.com/ticket/7198
|
|
"""
|