Since the custom database migration code has been deprecated, introduce south as a more widely used and better supported alternative.
Signed-off-by: Cleber Rosa <[email protected]> --- frontend/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/settings.py b/frontend/settings.py index aab80c6..eee46a2 100644 --- a/frontend/settings.py +++ b/frontend/settings.py @@ -116,6 +116,7 @@ INSTALLED_APPS = ( 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', + 'south' ) AUTHENTICATION_BACKENDS = ( -- 1.7.11.7 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
