summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain/settings.py
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2013-12-03 12:51:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-10 11:16:14 +0000
commit415ebb738da2a9625d6cc1456f4e99e463797c31 (patch)
tree323d58d2f4262db2fda5161b96736ef639947cfc /bitbake/lib/toaster/toastermain/settings.py
parent81ebce07788cd4c5f53cb6ad7b51ee3d6e52c881 (diff)
downloadpoky-415ebb738da2a9625d6cc1456f4e99e463797c31.tar.gz
bitbake: toaster: migrate orm models to South
As Toaster advances, database schema alteration will force users to delete old versions and lose all data collected. In order to prevent this, and to allow database updates to happen without having to delete old data, we use South to handle migrations for the ORM application which stores the Toaster data. [YOCTO #5559] (Bitbake rev: 6936faed8d94f3a2ab4055049cd27d02d8229003) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py
index 9435087f17..c6ede686ca 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.py
@@ -148,6 +148,7 @@ INSTALLED_APPS = (
148 'toastermain', 148 'toastermain',
149 'bldviewer', 149 'bldviewer',
150 'toastergui', 150 'toastergui',
151 'south',
151) 152)
152 153
153# A sample logging configuration. The only tangible logging 154# A sample logging configuration. The only tangible logging