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
14 lines
134 B
Plaintext
14 lines
134 B
Plaintext
# Testing Requirements
|
|
coverage
|
|
django-nose
|
|
mox
|
|
nose
|
|
nose-exclude
|
|
pep8
|
|
pylint
|
|
distribute>=0.6.24
|
|
selenium
|
|
|
|
# Docs Requirements
|
|
sphinx
|