aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py
AgeCommit message (Collapse)Author
2020-05-12Add SPDX license headers to source filesMilan Shah
Post/* all ( except Post/migrations/* , __init__.py and templatetags/* ) have some sort of MIT headers; adding SPDX header to make it obvious. project/* & test-data/* all ( except __init__.py ) have some sort of MIT headers; adding SPDX header to make it obvious. This address bug #13530 https://bugzilla.yoctoproject.org/show_bug.cgi?id=13530 Signed-off-by: Milan Shah <mshah@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-01-23project: Update manage.py, settings.py and wsgi.py form django 1.7Michael Wood
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2014-01-29Initial commit of error-report web interfaceAndreea Proca
This is a Django web interface intended to be used with the error-report class from the OE build system. It receives data sent from users using the send-error-report script and saves it in a DB. Using the web interface users are able to search for errors and visualize statistics. Signed-off-by: Andreea Proca <andreea.b.proca@intel.com>