From f6493824aa9f7fd94abb4fa7b36dae4b0c7ce5d6 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 12 Jul 2016 11:17:04 -0700 Subject: toaster-manual: point keywords to Django documentation Pointed SECRET_KEY, STATIC_ROOT and DATABASE keywords to the Django documentation. (From yocto-docs rev: d4a6291ad6ef40963c601e60dd861c76499d8b3f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/toaster-manual/toaster-manual-setup-and-use.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'documentation/toaster-manual') diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index c9ea8814aa..5c3b73fc33 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml @@ -298,7 +298,9 @@ as follows: - Edit the DATABASE settings: + Edit the + DATABASE + settings: DATABASES = { 'default': { @@ -313,13 +315,15 @@ - Edit the SECRET_KEY: + Edit the + SECRET_KEY: SECRET_KEY = 'your_secret_key' - Edit the STATIC_ROOT: + Edit the + STATIC_ROOT: STATIC_ROOT = '/var/www/toaster/static_files/' -- cgit v1.2.3-54-g00ecf