Skip to content
Snippets Groups Projects
Commit 70a1eaba authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

update local settings example

parent 16801f1b
No related branches found
No related tags found
No related merge requests found
...@@ -103,13 +103,17 @@ CACHES = { ...@@ -103,13 +103,17 @@ CACHES = {
} }
} }
#### Site customization settings ####
# Site name - appears in header of all pages. HTML is allowed # Site name - appears in header of all pages. HTML is allowed
SITE_NAME = "Example site title" SITE_NAME = "Example site title"
# Set this if you want to override which app is the start app
#ROOT_URLCONF = 'fibl.urls'
# Path to the site's logo. # Path to the site's logo.
# E.g. "images/logo_vips_newest.png" -> /VIPSWeb/static/images/logo_vips_newest.png # E.g. "images/logo_vips_newest.png" -> /VIPSWeb/static/images/logo_vips_newest.png
# E.g. "fibl/images/fibl_logo.png" -> /fibl/static/fibl_images/fibl_logo.png # E.g. "fibl/images/fibl_logo.png" -> /fibl/static/fibl_images/fibl_logo.png
SITE_LOGO_PATH = "fibl/images/fibl_logo.png" SITE_LOGO_PATH = "images/logo_vips_newest.png"
# Insert Web Analytics Script? # Insert Web Analytics Script?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment