diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-12 11:17:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 15:04:51 +0100 |
commit | f6493824aa9f7fd94abb4fa7b36dae4b0c7ce5d6 (patch) | |
tree | 366b27dabb713712dc2d8e19bcf94281086fd041 /documentation/toaster-manual/toaster-manual-setup-and-use.xml | |
parent | 9a5af9c94b9e0c65dc0d38c2a780a27a011533e6 (diff) | |
download | poky-f6493824aa9f7fd94abb4fa7b36dae4b0c7ce5d6.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-setup-and-use.xml')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 10 |
1 files changed, 7 insertions, 3 deletions
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 @@ | |||
298 | as follows: | 298 | as follows: |
299 | <itemizedlist> | 299 | <itemizedlist> |
300 | <listitem><para> | 300 | <listitem><para> |
301 | Edit the <filename>DATABASE</filename> settings: | 301 | Edit the |
302 | <ulink url='http://docs.djangoproject.com/en/1.8/ref/settings/#std:setting-SECRET_KEY'>DATABASE</ulink> | ||
303 | settings: | ||
302 | <literallayout class='monospaced'> | 304 | <literallayout class='monospaced'> |
303 | DATABASES = { | 305 | DATABASES = { |
304 | 'default': { | 306 | 'default': { |
@@ -313,13 +315,15 @@ | |||
313 | </literallayout> | 315 | </literallayout> |
314 | </para></listitem> | 316 | </para></listitem> |
315 | <listitem><para> | 317 | <listitem><para> |
316 | Edit the <filename>SECRET_KEY</filename>: | 318 | Edit the |
319 | <ulink url='http://docs.djangoproject.com/en/1.8/ref/settings/#std:setting-SECRET_KEY'>SECRET_KEY</ulink>: | ||
317 | <literallayout class='monospaced'> | 320 | <literallayout class='monospaced'> |
318 | SECRET_KEY = '<replaceable>your_secret_key</replaceable>' | 321 | SECRET_KEY = '<replaceable>your_secret_key</replaceable>' |
319 | </literallayout> | 322 | </literallayout> |
320 | </para></listitem> | 323 | </para></listitem> |
321 | <listitem><para> | 324 | <listitem><para> |
322 | Edit the <filename>STATIC_ROOT</filename>: | 325 | Edit the |
326 | <ulink url='http://docs.djangoproject.com/en/1.8/ref/settings/#std:setting-SECRET_KEY'>STATIC_ROOT</ulink>: | ||
323 | <literallayout class='monospaced'> | 327 | <literallayout class='monospaced'> |
324 | STATIC_ROOT = '/var/www/toaster/static_files/' | 328 | STATIC_ROOT = '/var/www/toaster/static_files/' |
325 | </literallayout> | 329 | </literallayout> |