From a1244395bb66e04f41733b2b61c4feda359e684b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Wed, 28 Jan 2015 09:42:57 -0600 Subject: [PATCH] README.rrs: Add instruction for serve static content in development MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- README.rrs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rrs b/README.rrs index 0d2120f..144afa1 100644 --- a/README.rrs +++ b/README.rrs @@ -21,6 +21,9 @@ Uncomment the 'rrs' line in INSTALLED_APPS. Configure RRS_EMAIL_TO used for sending Recipe upgrade name list report. +If you are running in development mode you need to set DEBUG=True in settings.py +in order to serve static content using django. + 4. To add openembedded-core layer you need to run: $ ./scripts/tools/import_layer.py -s meta git://git.openembedded.org/openembedded-core openembedded-core