mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
readme: add missing instruction
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 <belen.barros.pena@linux.intel.com> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
2d3bddc18c
commit
bd33f66e17
|
@ -17,6 +17,8 @@ Set:
|
||||||
APPLICATION = 'rrs'
|
APPLICATION = 'rrs'
|
||||||
LOGIN_REDIRECT_URL = '/rrs'
|
LOGIN_REDIRECT_URL = '/rrs'
|
||||||
|
|
||||||
|
Uncomment the 'rrs' line in INSTALLED_APPS.
|
||||||
|
|
||||||
Configure RRS_EMAIL_TO used for sending Recipe upgrade name list report.
|
Configure RRS_EMAIL_TO used for sending Recipe upgrade name list report.
|
||||||
|
|
||||||
4. To add openembedded-core layer you need to run:
|
4. To add openembedded-core layer you need to run:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user