bitbake: toaster: add project pages
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Thu, 26 Jun 2014 14:21:42 +0000 (15:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jul 2014 13:10:03 +0000 (14:10 +0100)
commit29ae3ee93064e01f5e7b4ded10ce42cfc104ff52
tree576c21fafae0b67e13e441bb176a80e44b780cbe
parent7ee599283cf64bdfcfb0838bc5e604ec5a190b84
bitbake: toaster: add project pages

We add the new project and project page skeletons.

In the process, we add an identifier in the settings.py
to detect whenever Toaster is running in managed mode,
and a context processor to make this value available
to the template processor.

(Bitbake rev: 927a27c68e24cfe13f62ca5f0e60878b04fa4e24)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/toaster
bitbake/lib/toaster/toastergui/templates/base.html
bitbake/lib/toaster/toastergui/templates/newproject.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/project.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/urls.py
bitbake/lib/toaster/toastergui/views.py
bitbake/lib/toaster/toastermain/settings.py