From fddcb34e5f359850b1bd3b0c4e97c9ecaa2303b7 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Wed, 28 Jan 2015 09:58:03 +0000 Subject: [PATCH] readme: add missing instruction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When setting up the rrs application you must uncomment the 'rrs' line in INSTALLED_APPS. Adding that to the settings.py configuration instructions. Signed-off-by: Belen Barros Pena Signed-off-by: Aníbal Limón --- README.rrs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rrs b/README.rrs index 1c426eb..0d2120f 100644 --- a/README.rrs +++ b/README.rrs @@ -17,6 +17,8 @@ Set: APPLICATION = 'rrs' LOGIN_REDIRECT_URL = '/rrs' +Uncomment the 'rrs' line in INSTALLED_APPS. + Configure RRS_EMAIL_TO used for sending Recipe upgrade name list report. 4. To add openembedded-core layer you need to run: