diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-06-16 16:00:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-26 09:27:33 +0100 |
commit | df48243970fac633586eb99c9baf3090123c681c (patch) | |
tree | a616118bed5fa9831a5ddbf0033cc5833d51e80a /bitbake/lib/toaster/toastermain | |
parent | 62288a66896416beaef1d85aeefc8dab0835f4f8 (diff) | |
download | poky-df48243970fac633586eb99c9baf3090123c681c.tar.gz |
bitbake: toaster: split orm app into it's own module and app
The orm application was also the django application to collect the build
information. Splitting this module up into it's functional parts. orm
for the data module and bldcollector for build collection data.
(Bitbake rev: 8ca10764ffd6cfec12cbfeabf240d81213a07845)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
-rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index 60e80de2f6..c72a90411b 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
@@ -268,7 +268,7 @@ INSTALLED_APPS = ( | |||
268 | # Uncomment the next line to enable admin documentation: | 268 | # Uncomment the next line to enable admin documentation: |
269 | # 'django.contrib.admindocs', | 269 | # 'django.contrib.admindocs', |
270 | 'django.contrib.humanize', | 270 | 'django.contrib.humanize', |
271 | 'orm', | 271 | 'bldcollector', |
272 | 'toastermain', | 272 | 'toastermain', |
273 | 'south', | 273 | 'south', |
274 | ) | 274 | ) |