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/'