From 415ebb738da2a9625d6cc1456f4e99e463797c31 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 3 Dec 2013 12:51:04 +0000 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastermain/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/toaster/toastermain') 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 = ( 'toastermain', 'bldviewer', 'toastergui', + 'south', ) # A sample logging configuration. The only tangible logging -- cgit v1.2.3-54-g00ecf